summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:30:34 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:30:34 +0100
commit26300789015ee27a5319de97314b6a51266cc892 (patch)
tree30e0bc7ab890ffef70aa4c18c80221e0eadc2d0b
parenta7f2a845555f83245e23321f8c148d1a68fec258 (diff)
Replace bg with boarder
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 373745e..5350c7e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -17,7 +17,7 @@ pre, code, kbd {
pre {
line-height: 120%;
font-size: smaller;
- background-color: #CDE;
+ border-left: thin solid #CDE;
overflow: auto;
padding: 1ex 2ex;
}