tupgraded CSS code definition to highligh it - monochromatic - monochromatic blog: http://blog.z3bra.org
HTML git clone git://z3bra.org/monochromatic
DIR Log
DIR Files
DIR Refs
---
DIR commit 6c75041a5a65bacae3ea5828252336f08dd8ed16
DIR parent 4e05b184b3c357b2eec0c9b589a0ee06a69b0fd0
HTML Author: z3bra <willy@mailoo.org>
Date: Tue, 31 Mar 2015 23:22:34 +0200
upgraded CSS code definition to highligh it
Diffstat:
M css/monochrome.css | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
DIR diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -17,7 +17,7 @@ body {
}
#wrapper {
- width:70%;
+ width:90%;
max-width:720px;
margin:auto;
}
t@@ -88,6 +88,7 @@ header h1 a:hover {
code {
color: inherit;
padding: 2px;
+ font-family: monospace;
}
code:before, code:after {
t@@ -99,7 +100,12 @@ pre code:before, pre code:after {
}
pre {
- padding-left: 20px;
+ padding: 10px;
+ background-color: #ddd;
+ border: 1px solid #666;
+ border-radius: 4px;
+ overflow-x: auto;
+ overflow-y: hidden;
}
/* }}} */