diff options
author | Kura <kura@kura.io> | 2014-06-09 18:35:57 +0100 |
---|---|---|
committer | Kura <kura@kura.io> | 2014-06-09 18:35:57 +0100 |
commit | 5049f492336fa66960cc6678fb3b32f666cab5c0 (patch) | |
tree | afc175bde38080f38652a0915567066684f81d30 | |
parent | df245ed92a1f88bc7d24594fb3f45fc8bffc7727 (diff) | |
parent | 94eebe4662adb16a1156c7d824aee7cf4d8344b6 (diff) | |
download | pelican-themes-5049f492336fa66960cc6678fb3b32f666cab5c0.tar.gz |
Merged ir193/Responsive-Pelican
m--------- | twenty-html5up | 0 | ||||
-rw-r--r-- | zurb-F5-basic/static/css/style.css | 18 |
2 files changed, 10 insertions, 8 deletions
diff --git a/twenty-html5up b/twenty-html5up new file mode 160000 +Subproject 0eb430254ff8e186447083cd7f0c3160dba0f89 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; }
|