diff options
author | sudan <sudan@douban.com> | 2016-02-22 17:20:20 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-02-22 17:20:20 +0800 |
commit | f0a9e8a874d216deb73e87b8b08f73b6a00151ff (patch) | |
tree | c3f10d9746aac51bb7f784a5ee04f4ca6b065125 /static/style.css | |
parent | remove gunicorn (diff) | |
download | stackbin-f0a9e8a874d216deb73e87b8b08f73b6a00151ff.tar.gz stackbin-f0a9e8a874d216deb73e87b8b08f73b6a00151ff.tar.bz2 stackbin-f0a9e8a874d216deb73e87b8b08f73b6a00151ff.zip |
add private paste
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index a8fc27c..8a7a7c0 100644 --- a/static/style.css +++ b/static/style.css @@ -7,7 +7,8 @@ a:hover { color: #c00; } .nav { margin: 0 0 15px 0; font-size: 14px; list-style: none; padding: 0 10px; } .nav li { display: inline; } .nav li + li:before { content: " // "; } -h2 { font-weight: normal; color: #999; margin-bottom: 10px; padding: 0 10px} +h2 { font-weight: normal; color: #999; margin-bottom: 10px; padding-left: 10px} +.chk-private { float: right; font-size: 12px; margin-top: 12px} dl { overflow: auto; font-size: 14px; padding: 0 10px} dl dt { font-weight: bold; min-width: 70px; float: left; padding-right: 15px; clear: left; } @@ -15,7 +16,7 @@ dl dd { float: left; margin: 0; padding: 0; } pre, textarea { font-family: 'Consolas', monospace; font-size: 14px; background: #f4f4f4; padding: 10px; margin: 0; line-height: 1.4em; word-break: break-word; white-space: pre-wrap;} -textarea { border: none; width: 100%; } +textarea { border: none; width: 780px; } .code, .flash { background: #f4f4f4; padding: 0; } .pagination strong, .pagination span.ellipsis, |