|
From: Meik S. <acy...@us...> - 2006-04-23 14:23:27
|
Update of /cvsroot/phpbb/phpBB2/styles/subSilver/theme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18094/styles/subSilver/theme Modified Files: stylesheet.css Log Message: - build explain links a bit different... - fix btn_ip reference (it is btn_info now) - removed sql_report.css (we use the acp css) - updated the sql report layout Index: stylesheet.css =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subSilver/theme/stylesheet.css,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** stylesheet.css 9 Apr 2006 21:20:24 -0000 1.22 --- stylesheet.css 23 Apr 2006 14:23:22 -0000 1.23 *************** *** 21,28 **** margin: 0; padding: 0; ! } html { font-size: 100%; ! } body { /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ --- 21,30 ---- margin: 0; padding: 0; ! } ! html { font-size: 100%; ! } ! body { /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ *************** *** 32,36 **** font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ margin: 0; ! } #wrapheader { --- 34,38 ---- font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ margin: 0; ! } #wrapheader { *************** *** 39,49 **** background-repeat: repeat-x; padding: 0 25px 15px 25px; ! } #wrapcentre { margin: 25px; ! } #wrapfooter { text-align: center; ! } #wrapnav { width: 100%; --- 41,55 ---- background-repeat: repeat-x; padding: 0 25px 15px 25px; ! } ! #wrapcentre { margin: 25px; ! } ! #wrapfooter { text-align: center; ! clear: both; ! } ! #wrapnav { width: 100%; *************** *** 53,66 **** border-style: solid; border-color: #A9B8C2; ! } #logodesc { ! } #menubar { ! } #datebar { margin-top: 10px; ! } #findbar { width: 100%; --- 59,76 ---- border-style: solid; border-color: #A9B8C2; ! } ! #logodesc { ! } ! #menubar { ! } ! #datebar { margin-top: 10px; ! } ! #findbar { width: 100%; *************** *** 68,72 **** padding: 0px; border: 0px; ! } .forumrules { --- 78,82 ---- padding: 0px; border: 0px; ! } .forumrules { *************** *** 79,83 **** font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; ! } #pageheader { } --- 89,93 ---- font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; ! } #pageheader { } |