
eloquence at users
Jan 19, 2004, 2:24 PM
Views: 49
Permalink
|
|
phase3/stylesheets wikistandard.css,1.15,1.16
|
|
Update of /cvsroot/wikipedia/phase3/stylesheets In directory sc8-pr-cvs1:/tmp/cvs-serv30664/stylesheets Modified Files: wikistandard.css Log Message: 1) nowiki button 2) remove toolbar border to avoid button wrapping in IE Index: wikistandard.css =================================================================== RCS file: /cvsroot/wikipedia/phase3/stylesheets/wikistandard.css,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wikistandard.css 18 Jan 2004 05:25:47 -0000 1.15 --- wikistandard.css 19 Jan 2004 21:24:01 -0000 1.16 *************** *** 9,13 **** #topbar { padding: 4px;font-size:95%; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } ! #toolbar { border-width:2px;border-style:groove;border-color:black;padding:0px;width:230px;} #editform { margin-top:1px; } .bodytext { } --- 9,13 ---- #topbar { padding: 4px;font-size:95%; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } ! #toolbar { padding:0px; } #editform { margin-top:1px; } .bodytext { }
|