2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Reduced font size so tabs (should) fit on 1024x768 screen by default

This commit is contained in:
azammitdcarf
2011-02-04 01:38:23 +00:00
parent c10effcba3
commit faf69e5610

View File

@@ -27,7 +27,7 @@ ul.tabbernav
margin:0;
padding: 3px 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
font: bold 10px Verdana, sans-serif;
}
ul.tabbernav li
@@ -45,6 +45,7 @@ ul.tabbernav li a
border-bottom: none;
background: #DDE;
text-decoration: none;
font-size: 10px;
}
ul.tabbernav li a:link { color: #448; }