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


</ul>
</ul>
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 ...

Revision as of 04:21, 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 ...