diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 02:04:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 02:04:48 (EDT) |
commit | b9be7219dea90159194d2a072a4e59a026d20702 (patch) | |
tree | 8e1441d88e1789917302557ee0fa2e940b438932 | |
parent | a58f0bee9539e9908d8b8d0c119b4d2ad27ca23e (diff) |
Add bottom margin to sidebar.
-rw-r--r-- | main.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ div.main { margin: 16px 24px 16px 24px; } div.sidebar { + margin: 0px 0px 16px 0px; float: right; border: 2px solid #333333; width: 300px; |