diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-10 21:03:41 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-10 21:03:41 -0800 |
| commit | e5d286faa6360e985f1d413e541339659b27eeea (patch) | |
| tree | b866123f1cb21ee764f61cb6da33029b4eefd496 | |
| parent | Update content for the about me page. (diff) | |
| download | lumberjaph-e5d286faa6360e985f1d413e541339659b27eeea.tar.gz | |
Change to the css
| -rw-r--r-- | static/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css index bed6558..6c31263 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -121,16 +121,16 @@ kbd { padding: 0.2em; } -.code, .highlight { +.highlight { border: 1px grey solid; padding-left: 0.5em; font-family: Inconsolata, Consolas, monospace; - font-size: 14px; border-radius: 4px 4px 4px 4px; } -code { +p code { font-family: Inconsolata, Consolas, monospace; + background-color: #eee; } .timestamp { |
