[Comoblog-commit] comoblog/css comoblog.css.php,1.3,1.4
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-25 02:36:48
|
Update of /cvsroot/comoblog/comoblog/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24798/css Modified Files: comoblog.css.php Log Message: 1314308 - Display bug with table layout under I.E. Index: comoblog.css.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/css/comoblog.css.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- comoblog.css.php 4 Oct 2005 00:29:13 -0000 1.3 +++ comoblog.css.php 25 Nov 2005 02:36:40 -0000 1.4 @@ -112,7 +112,7 @@ #posts { float: left; - width: '.(CFG_PAGE_WIDTH-CFG_SIDEBAR_WIDTH).'px; + width: '.(CFG_PAGE_WIDTH-CFG_SIDEBAR_WIDTH-5).'px; } |