really using the system font, determined via css2.1

This commit is contained in:
Jon Rohan
2012-12-24 13:19:20 -08:00
parent 174925be3d
commit 9bd6883eac

View File

@@ -1,7 +1,7 @@
.tabs {
background: #333333;
border-bottom: 4px solid #424242;
font: 11px Lucida Grande, arial, freesans, clean, sans-serif !important;
font: caption !important;
}
.tab {
@@ -62,7 +62,7 @@
}
.tab .file-name {
font-weight: normal !important;
font-size: 11px !important;
display: block;
overflow: hidden;
white-space: nowrap;