1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Modify global fonts in css

This commit is contained in:
plt
2011-11-25 17:11:11 +08:00
parent cb6a1d61c1
commit 434ef5af03

View File

@@ -21,7 +21,7 @@ table.default tr.even { background-color: #FAFAFA; }
table.default tr.odd { background-color: #E0E0E0; } table.default tr.odd { background-color: #E0E0E0; }
table.default tr.first { background-color: #00FF00; } table.default tr.first { background-color: #00FF00; }
/* container */ /* container */
#wrapper { font: 13px/1.5 , Arial, Helvetica, sans-serif; } #wrapper { font: 13px/1.5 Arial, Helvetica, sans-serif; }
#header, #main, #footer { width:950px; } #header, #main, #footer { width:950px; }
#header, #main { margin:0 auto; } #header, #main { margin:0 auto; }
#header { font-size: 14px; font-weight: bold; } #header { font-size: 14px; font-weight: bold; }