diff options
author | drebs <drebs@riseup.net> | 2010-02-18 23:05:20 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2010-02-18 23:05:20 -0200 |
commit | 6140d76d3c327d1bc4eb95b35325284923257491 (patch) | |
tree | 4d6b9ec04ff70a72915bd3cd84f9564ca857350e | |
parent | 04f300d7efdc76aedf5f37af92f5902ba5d87b75 (diff) | |
download | padrao-6140d76d3c327d1bc4eb95b35325284923257491.tar.gz padrao-6140d76d3c327d1bc4eb95b35325284923257491.tar.bz2 |
Fixing css.
-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%; |