Pownce CSS is ugly :)

this ..
--
body {
background-position: center top;
background-color: #bae3f9;
background-image: url(/img/theme-background/oolong.gif);
background-repeat: repeat;
}
--

.. can be done like this ..

--
body {
background: #bae3f9 url('/img/theme-background/oolong.gif') center top repeat;
}
--

Cleaner, easy to change and less K to load (every letter counts) ..

Forward

7 months, 1 week ago by Andrej T.

Add a Reply

Join Now to Reply!

To add your own reply, sign in or join Pownce today!

5 Recipients

View all

This note is viewable by everyone.