diff --git a/Base/home/anon/www/selectors.html b/Base/home/anon/www/selectors.html index 2ad965f2c1..88c248e467 100644 --- a/Base/home/anon/www/selectors.html +++ b/Base/home/anon/www/selectors.html @@ -11,6 +11,10 @@ border-width: 1; border-color: #00ff00; } +div > .boo > .bee { + background-color: #000000; + color: #ff00ff; +}
@@ -28,5 +32,18 @@