Fixed to keep index.css indent consistent

This commit is contained in:
Cheng-Han, Wu 2016-02-08 23:07:55 -06:00
parent 5aad217d34
commit 0f811797f0

View file

@ -350,20 +350,20 @@ div[contenteditable]:empty:not(:focus):before{
background: #1c1c1e; background: #1c1c1e;
color: #ccc; color: #ccc;
position: absolute; position: absolute;
right: 0; right: 0;
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.status-bar .status-indicators > div { .status-bar .status-indicators > div {
float: right; float: right;
padding: 0 10px; padding: 0 10px;
border-left: 1px solid #343434; border-left: 1px solid #343434;
} }
.status-bar .status-indicators .status-keymap > a { .status-bar .status-indicators .status-keymap > a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} }