summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:32:02 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:32:02 +0100
commit4396ce7c38a078c695e5b3d27d47abc75c6bb2c6 (patch)
tree297cf4f984d693bb2c65ad7b93444754f932cd10
parent26300789015ee27a5319de97314b6a51266cc892 (diff)
full 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 5350c7e..9774886 100644
--- a/static/style.css
+++ b/static/style.css
@@ -17,7 +17,7 @@ pre, code, kbd {
pre {
line-height: 120%;
font-size: smaller;
- border-left: thin solid #CDE;
+ border: thin solid #CDE;
overflow: auto;
padding: 1ex 2ex;
}