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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user