diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-21 10:58:29 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-21 10:58:29 -0500 |
commit | 394d1174b73c64f6e37a174ba19fc743a3d72bd1 (patch) | |
tree | b1f4bde4382e922f20c8f23b83ee3846971c5766 /theme/default/display.css | |
parent | ef3cb752716d6d49fad1bd04685f0d2dbfb702a8 (diff) |
Profile CSS bugfix
darcs-hash:20081121155829-eefa4-d7bfe7c9faf5d4464b017dea43806207883ad74e.gz
Diffstat (limited to 'theme/default/display.css')
-rw-r--r-- | theme/default/display.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index b1345c161..7d413bf4e 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -388,6 +388,9 @@ p.time a { min-height: 170px; border-top: 1px solid #dec5b5; font-family: Georgia, "Times New Roman", Times, serif; + margin-bottom:1em; + float:left; + width:750px; } #profile h1 { margin: 0; @@ -441,7 +444,6 @@ a.nickname { float: left; position: relative; width: 270px; - height: 200px; } .statistics { margin-top: 18px; |