summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-04 17:58:40 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-04 17:58:40 +0200
commitcf561436d107689d643ac87e5adb4d9b5e056b68 (patch)
tree6d3d7f92bd4fda710e6448b00339492896d0060c
parenta47d581398d0c2426ab548c1239cb877daeeb33d (diff)
parent040a304a53134a0be76d6570075643e7acb6d994 (diff)
Merge branch 'master' of bsg@coreander:/srv/git/source.blanksoegaard.dk/bsg_content
-rw-r--r--local.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/local.css b/local.css
index 862aaf9..ecf8fe3 100644
--- a/local.css
+++ b/local.css
@@ -73,9 +73,12 @@ DIV#sidebar A {
text-decoration: none;
}
-DIV#content {
+DIV#wrapper {
float: right;
- width: 65%;
+ width: 80%;
+}
+
+DIV#content {
line-height: 3ex;
margin: 2em 8% 0 0;
}