diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2008-08-04 17:58:40 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-04 17:58:40 +0200 |
| commit | cf561436d107689d643ac87e5adb4d9b5e056b68 (patch) | |
| tree | 6d3d7f92bd4fda710e6448b00339492896d0060c | |
| parent | a47d581398d0c2426ab548c1239cb877daeeb33d (diff) | |
| parent | 040a304a53134a0be76d6570075643e7acb6d994 (diff) | |
Merge branch 'master' of bsg@coreander:/srv/git/source.blanksoegaard.dk/bsg_content
| -rw-r--r-- | local.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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; } |
