
gabrielwicke at users
May 20, 2004, 4:02 AM
Post #1 of 1
(2 views)
Permalink
|
|
phase3/stylesheets common.css,1.9,1.10
|
|
Update of /cvsroot/wikipedia/phase3/stylesheets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15465/stylesheets Modified Files: common.css Log Message: moved section help texts inside the fieldsets, added help string for user data, some css styling for the text Index: common.css =================================================================== RCS file: /cvsroot/wikipedia/phase3/stylesheets/common.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** common.css 19 May 2004 22:03:31 -0000 1.9 --- common.css 20 May 2004 11:02:27 -0000 1.10 *************** *** 138,141 **** --- 138,145 ---- margin-top: 1em; } + div.prefsectiontip { + font-size: 94%; + margin-top: 1em; + } fieldset.prefsection { margin-top: 1em } fieldset.operaprefsection { margin-left: 15em }
|