diff options
author | hanliguo <hanliguo@xiaomi.com> | 2014-06-05 19:20:30 +0800 |
---|---|---|
committer | hanliguo <hanliguo@xiaomi.com> | 2014-06-05 19:20:30 +0800 |
commit | daa0f2c6989cb85b0d07f335a9a3d274335e7fd5 (patch) | |
tree | c5dcb89e2eaf62eee02f1f6ad6ddc4a767dccd7d /zurb-F5-basic/static/css/style.css | |
parent | c3ae06311249b930bb057600d1c76063e847ef76 (diff) | |
download | pelican-themes-daa0f2c6989cb85b0d07f335a9a3d274335e7fd5.tar.gz |
fix zurb-F5-basic block code style
Diffstat (limited to 'zurb-F5-basic/static/css/style.css')
-rw-r--r-- | zurb-F5-basic/static/css/style.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/zurb-F5-basic/static/css/style.css b/zurb-F5-basic/static/css/style.css index 8a595ab..3eedd8e 100644 --- a/zurb-F5-basic/static/css/style.css +++ b/zurb-F5-basic/static/css/style.css @@ -62,14 +62,16 @@ hr.gradient { /* Syntax Highlighting */
.highlight > pre {
-word-wrap: normal;
-white-space: pre;
-margin-top: 1em;
-margin-bottom: 1em;
-border: 1px solid #ccc;
-background: #073642;
-padding: 1em;
-overflow: auto;
+ word-wrap: normal;
+ white-space: pre;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ background: #e0e0e0;
+ padding: 1em;
+ overflow: auto;
+ font-weight:normal;
}
body { background-color: #fffff9; }
|