More actions
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.gallerybox { background-color:black; } | .gallerybox { background-color:black; } | ||
.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 ... | |||