diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-17 16:00:26 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-17 16:00:26 -0800 |
commit | ab0c5f9bfabacbf737cec3fb5796ce66dd37d877 (patch) | |
tree | ed5393b79a4dd6cd66d639920d76c0ad75459628 /public/editor-files | |
parent | 0a662e33ee432e2583a934cb161a0a1e5b49b76f (diff) |
show logged-in user on editor
fixes #9
Diffstat (limited to 'public/editor-files')
-rw-r--r-- | public/editor-files/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/editor-files/style.css b/public/editor-files/style.css index e5b14b5..9bb8042 100644 --- a/public/editor-files/style.css +++ b/public/editor-files/style.css @@ -75,7 +75,7 @@ img { border: 0; } .toolbar-left .logo { vertical-align: middle; } -#draft-status { +.toolbar .item.text { color: #aaa; font-family: sans-serif; font-size: 16px; |