summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-15 14:30:42 +0100
committerSiri Reiter <siri@jones.dk>2009-03-15 14:30:42 +0100
commite6e97a5d41cce81070d9b5435e6aff52a3788088 (patch)
tree61cf6ef36b809d8499f38a6224c38024bb9d5352 /local.css
parentabadd97cc52527547c6653a099a2b6281bda111a (diff)
CSS: wrapper with float.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
index 5521583b..fcab5a2f 100644
--- a/local.css
+++ b/local.css
@@ -70,6 +70,11 @@ DIV#sidebar a {
text-decoration: none;
}
+DIV#wrapper {
+ width: 80%
+ float: right;
+}
+
DIV#content {
clear: both;
margin: 0 10%;