diff --git a/Base/home/anon/www/selectors.html b/Base/home/anon/www/selectors.html index 88c248e467..bd06355085 100644 --- a/Base/home/anon/www/selectors.html +++ b/Base/home/anon/www/selectors.html @@ -15,6 +15,11 @@ div > .boo > .bee { background-color: #000000; color: #ff00ff; } +#gen_sib ~ div, +#adj_sib + div { + background-color: #0000ff; + color: #ffffff; +}
@@ -45,5 +50,16 @@ div > .boo > .bee { + +