diff options
author | ofshellohicy <ofshellohicy@gmail.com> | 2014-09-10 11:42:21 +0800 |
---|---|---|
committer | ofshellohicy <ofshellohicy@gmail.com> | 2014-09-10 11:42:21 +0800 |
commit | bbc403b4534d4e93b446959791466c9d55239afc (patch) | |
tree | 94a706f230537f3a2d30cede8ff6e96b254fc0bb /static/style.css | |
parent | update layout tmpl (diff) | |
download | stackbin-bbc403b4534d4e93b446959791466c9d55239afc.tar.gz stackbin-bbc403b4534d4e93b446959791466c9d55239afc.tar.bz2 stackbin-bbc403b4534d4e93b446959791466c9d55239afc.zip |
misc updates
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 7905a59..d58599a 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { margin: 0; padding: 0; } body, input { font-size: 16px; font-family: 'Helvetica Neue', sans-serif; } -.page { margin: 50px auto; width: 100%; } +.page { margin: 50px auto; width: 800px; } h1 { margin: 0; font-weight: normal; color: #c00; } a { color: black; } a:hover { color: #c00; } @@ -12,8 +12,8 @@ dl { overflow: auto; font-size: 14px; } dl dt { font-weight: bold; width: 90px; float: left; clear: left; } dl dd { float: left; margin: 0; padding: 0; } -pre, textarea { font-family: 'Consolas', monospace; font-size: 14px; - background: #eee; padding: 0; margin: 0; +pre, textarea { font-family: 'Consolas', monospace; font-size: 18px; + background: #eee; padding: 0; margin: 0; line-height: 2em; word-break: break-word; white-space: pre-wrap;} textarea { border: none; width: 100%; } .code, .flash { background: #eee; padding: 20px; } |