
gabrielwicke at users
May 20, 2004, 4:02 AM
Post #1 of 1
(2 views)
Permalink
|
|
phase3/stylesheets/monobook main.css,1.64,1.65
|
|
Update of /cvsroot/wikipedia/phase3/stylesheets/monobook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15465/stylesheets/monobook Modified Files: main.css Log Message: moved section help texts inside the fieldsets, added help string for user data, some css styling for the text Index: main.css =================================================================== RCS file: /cvsroot/wikipedia/phase3/stylesheets/monobook/main.css,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** main.css 19 May 2004 21:00:16 -0000 1.64 --- main.css 20 May 2004 11:02:26 -0000 1.65 *************** *** 810,813 **** --- 810,817 ---- margin-top: 1em; } + div.prefsectiontip { + font-size: 95%; + margin-top: 1em; + } fieldset.operaprefsection { margin-left: 15em }
|