diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:36:25 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:36:25 -0800 |
commit | c9ab1e332822bf11f77dd902e8ed15e2199ce419 (patch) | |
tree | 91745d4b6a9317a744be598212d914844cb25690 | |
parent | 5d8e0b1c247cd9c81c42f4625eeb9cc435c0e9f0 (diff) |
fixing css syntax error
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index ce6c214..8d2fb89 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -154,7 +154,7 @@ footer p { color: #9e9e9e; } -.post-controls .save-post. .post-controls .approve-post { +.post-controls .save-post, .post-controls .approve-post { margin-left: 10px; } |