diff options
-rw-r--r-- | local.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,3 @@ -/*#sidebar { - width: inherit; -}*/ - body{ font-family:Palatino,georgia,"times new roman",serif; font-size: 1.03em; @@ -26,6 +22,15 @@ body{ font-size: .8em; } +#sidebar { + line-height: 3ex; + width: 20ex; + float: right; + margin-right: 40px; + margin-bottom: 40px; + padding: 2ex 2ex; +} + /*Elements*/ hr{ width: 50%; |