diff options
author | Jason Croft | 2016-05-12 11:19:14 -0400 |
---|---|---|
committer | Jason Croft | 2016-05-12 11:19:14 -0400 |
commit | c16345ab128288b92023e789f09cabb5197d1181 (patch) | |
tree | 61f160b25bfb1fbdf94b10df156368b53f807dc0 /public/css | |
parent | de998c4a0fcbadc4c0353c8e65d5769c271cfcd9 (diff) |
Can now select from available projects and snippets to build import URL.
Diffstat (limited to 'public/css')
-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; |