aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-02-03 16:34:46 +0100
committerStefan Ritter <xeno@thehappy.de>2012-02-03 16:34:46 +0100
commitbb9934781d7295a3591dcb1e49dc01a672dca2ec (patch)
treebb794ce8b7048aeafe9d193b9da0ecf52e677ce6
parente26061ca264c1afa09749feddc3dcc3f1242b86e (diff)
Add border left and right to default style
-rw-r--r--styles/default/default.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/styles/default/default.css b/styles/default/default.css
index 2f82f21..23d2438 100644
--- a/styles/default/default.css
+++ b/styles/default/default.css
@@ -10,6 +10,8 @@ body, html {
font-family: "PT Sans Narrow", sans-serif;
font-size: 12pt;
color: #000;
+ box-shadow: 3px 0px 20px #000;
+ padding: 0px 5px 0px 5px;
}
img {