|
From: FlorinCB <ory...@us...> - 2008-08-29 04:23:38
|
Update of /cvsroot/mxbb/core/templates/mxSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29637 Modified Files: mxSilver.css Log Message: fix Index: mxSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mxSilver.css 4 Feb 2008 16:00:30 -0000 1.3 --- mxSilver.css 29 Aug 2008 04:23:31 -0000 1.4 *************** *** 6,11 **** ! /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; --- 6,26 ---- ! /* Layout ! ------------ */ ! * { ! /* Reset browsers default margin, padding and font sizes */ ! margin: 0; ! padding: 0; ! } ! ! ! html { ! font-size: 100%; ! } ! body { + /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ + font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; + color: #323D4F; background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; *************** *** 15,19 **** scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; } --- 30,35 ---- scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; ! font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ } *************** *** 49,52 **** --- 65,72 ---- } + td.nav { + padding: 2px; + } + /* Header cells - the blue and silver gradient backgrounds */ th { |