diff options
author | root <root@fumuga.com> | 2012-02-14 14:59:04 +0100 |
---|---|---|
committer | root <root@fumuga.com> | 2012-02-14 14:59:04 +0100 |
commit | 202fbfd9ac235dbf1d3aaaba4ee1ba4806e08398 (patch) | |
tree | 7335931bfbe931634849ec2a670883cf57edbb12 | |
parent | bb9934781d7295a3591dcb1e49dc01a672dca2ec (diff) |
Revert "Add border left and right to default style"
Not easy to do with floating elements
This reverts commit bb9934781d7295a3591dcb1e49dc01a672dca2ec.
-rw-r--r-- | styles/default/default.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/styles/default/default.css b/styles/default/default.css index 23d2438..2f82f21 100644 --- a/styles/default/default.css +++ b/styles/default/default.css @@ -10,8 +10,6 @@ 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 { |