www: 50ed29c0: Reduce the padding on the main page so G...

rlaager at pidgin.im rlaager at pidgin.im
Sun Oct 26 20:35:25 EDT 2008


-----------------------------------------------------------------
Revision: 50ed29c0dd72aa2d437626551b882144b38d6f4c
Ancestor: b2be1c5943da16a11cfc73f3d60e0646283b9f08
Author: rlaager at pidgin.im
Date: 2008-10-26T22:41:04
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/50ed29c0dd72aa2d437626551b882144b38d6f4c

Modified files:
        htdocs/shared/css/main.css

ChangeLog: 

Reduce the padding on the main page so Google Talk doesn't wrap, which throws
off the protocol columns.  Hopefully this doesn't break other stuff.

-------------- next part --------------
============================================================
--- htdocs/shared/css/main.css	7be267def355325fe7beaa0780b7090f0d7fcd7d
+++ htdocs/shared/css/main.css	bde6504ba11fc4f00a9bbc182f7620dbdf905df0
@@ -322,7 +322,7 @@ a:hover, a:active {
 }
 
 #main, #blogbrief, #newsbrief {
-  padding: 22px 25px 17px;
+  padding: 22px 13px 13px;
 }
 
 #main p.more {


More information about the Commits mailing list