diff options
author | Cheng-Han, Wu | 2016-02-08 23:07:55 -0600 |
---|---|---|
committer | Cheng-Han, Wu | 2016-02-08 23:07:55 -0600 |
commit | 0f811797f07ded4f30832d2cf14c2848dd3192c7 (patch) | |
tree | 28f18b9a5db6f6cedec8a1be4278856f4b9ad11d | |
parent | 5aad217d34dba68f154feb663b7c0639c76b45f2 (diff) |
Fixed to keep index.css indent consistent
Diffstat (limited to '')
-rw-r--r-- | public/css/index.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/css/index.css b/public/css/index.css index e85c6f71..dba15842 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -350,20 +350,20 @@ div[contenteditable]:empty:not(:focus):before{ background: #1c1c1e; color: #ccc; position: absolute; - right: 0; + right: 0; text-align: right; white-space: nowrap; text-overflow: ellipsis; } .status-bar .status-indicators > div { - float: right; - padding: 0 10px; - border-left: 1px solid #343434; + float: right; + padding: 0 10px; + border-left: 1px solid #343434; } .status-bar .status-indicators .status-keymap > a { - color: inherit; + color: inherit; text-decoration: none; } |