diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-02-03 16:34:46 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-02-03 16:34:46 +0100 |
commit | bb9934781d7295a3591dcb1e49dc01a672dca2ec (patch) | |
tree | bb794ce8b7048aeafe9d193b9da0ecf52e677ce6 /styles | |
parent | e26061ca264c1afa09749feddc3dcc3f1242b86e (diff) |
Add border left and right to default style
Diffstat (limited to 'styles')
-rw-r--r-- | styles/default/default.css | 2 |
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 { |