mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
These importants are too harsh. and not necessary
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.tabs {
|
||||
background: #333333;
|
||||
border-bottom: 4px solid #424242;
|
||||
font: caption !important;
|
||||
font: caption;
|
||||
}
|
||||
|
||||
.tab {
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
.tab .file-name {
|
||||
font-size: 11px !important;
|
||||
font-size: 11px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
html, body {
|
||||
font: caption !important;
|
||||
font: caption;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
-webkit-box-flex: 1;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
font-family: Inconsolata, Monaco, Courier !important;
|
||||
font-family: Inconsolata, Monaco, Courier;
|
||||
}
|
||||
|
||||
.editor.mini {
|
||||
|
||||
Reference in New Issue
Block a user