[SimBot-commits] CVS: simbot/templates/css main.default.css,1.3,1.4
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-18 23:38:36
|
Update of /cvsroot/simbot/simbot/templates/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1586/css Modified Files: main.default.css Log Message: Move the CSS stuff into the CSS file. Index: main.default.css =================================================================== RCS file: /cvsroot/simbot/simbot/templates/css/main.default.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- main.default.css 18 Aug 2005 18:38:52 -0000 1.3 +++ main.default.css 18 Aug 2005 23:37:59 -0000 1.4 @@ -21,6 +21,9 @@ div.linecount { background: #EEE; } +tr#hourgraphrow td { height: 10em; } +tr#hourgraphrow td div { background-color: #666; overflow: hidden; } + /* IRC LOG STYLES */ .ts { color: #777; |