Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{#css:
{{#css:
.gallerybox { background-color:black; }
.gallerybox { background-color:black; }
.thumb div { background-color:#222222; }
div.thumb { background-color:#222222; }
}}
}}
<ul class="gallery">
<ul class="gallery">

Revision as of 19:43, 20 March 2017

Why the Hek does it work to put the colour in the div with the class "thumb" manually, but the CSS with the exact same thing doesn't ...