[SimBot-commits] CVS: simbot/templates/css main.default.css,1.2,1.3
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-18 18:39:47
|
Update of /cvsroot/simbot/simbot/templates/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23634/templates/css Modified Files: main.default.css Log Message: More stats Index: main.default.css =================================================================== RCS file: /cvsroot/simbot/simbot/templates/css/main.default.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- main.default.css 11 Aug 2005 15:32:30 -0000 1.2 +++ main.default.css 18 Aug 2005 18:38:52 -0000 1.3 @@ -14,6 +14,12 @@ h1 { #content { margin: 1em 0; } +/* STATS STYLES */ +div.linecount { + padding: .1em 0; + margin: .5em 0; + background: #EEE; +} /* IRC LOG STYLES */ .ts { |