diff options
author | Cheng-Han, Wu | 2016-05-15 11:02:15 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-15 11:02:15 +0800 |
commit | 8a01b7242c24f1bdfbf6361a5c6b63e8123f904a (patch) | |
tree | f359a76b86dbeef0ca39577e18d75806c2d05316 /public/css | |
parent | 22f7c4bdcb97ab9ce41fea61975783a3cf0fdb97 (diff) | |
parent | 930afdc33738a487bd9e596c5d35bc9f686eaaa1 (diff) |
Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into jccrofty30-gitlab_snippets
# Conflicts:
# lib/response.js
Diffstat (limited to '')
-rw-r--r-- | public/css/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index fdfae0ac..aaf84a04 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -328,6 +328,11 @@ div[contenteditable]:empty:not(:focus):before{ border-bottom: 1px solid #ccc; } +.snippet-import-or { + text-align: center; + width: 100%; +} + .status-bar { background: #1c1c1e; border-top: 1px solid #343434; |