move font size into tab class

This commit is contained in:
Justin Palmer
2013-02-05 20:33:16 -08:00
parent 8c9b9b335d
commit 6d24200fae

View File

@@ -14,7 +14,8 @@
max-width: 175px;
min-width: 40px;
box-sizing: border-box;
text-shadow: 0 -1px 1px black;
text-shadow: -1px -1px 0 #000;
font-size: 11px;
}
.tab.active {
@@ -22,7 +23,6 @@
}
.tab .file-name {
font-size: 11px;
display: block;
overflow: hidden;
white-space: nowrap;