diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-16 10:23:11 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-16 16:55:31 -0700 |
| commit | 2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch) | |
| tree | 8f8b953553b065fb604af179f0047ea9585dbfa4 /global/css/documentation.css | |
| parent | 836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff) | |
bring documentation in line with new styles
Diffstat (limited to 'global/css/documentation.css')
| -rw-r--r-- | global/css/documentation.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/global/css/documentation.css b/global/css/documentation.css index 4b50e56..4463f52 100644 --- a/global/css/documentation.css +++ b/global/css/documentation.css @@ -60,8 +60,7 @@ a:active { blockquote { margin:0 -5px; - padding:5px 30px 5px 50px; - font-size:14px; + padding: 0px 20px; } ul, @@ -456,12 +455,10 @@ pre { -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #FAFAFB; - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: o-pre-wrap; color: #393939; } +pre code {white-space: pre;} pre span.comment {color: #aaa;} pre.headers { @@ -579,6 +576,9 @@ span.bash-output { color: #63e463; display: block; position: relative; + -moz-user-select: none; + -khtml-user-select: none; + user-select: none; } /* end */ |
