summaryrefslogtreecommitdiff
path: root/theme/base/css/uap.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-27 15:32:59 +0100
committerEvan Prodromou <evan@status.net>2010-01-27 16:34:18 -0500
commit1c875a53952506ca95716992511421d110a37d4d (patch)
tree72cfd072d5f834f9f81707ca10e0bc90b6a52e99 /theme/base/css/uap.css
parente3bd97bfe46ee7d063a45eec282b28faee1ca83f (diff)
Moved rectangle ad into aside and leaderboard to the right in header.
Intention for this layout was to reduce whitespace in header area
Diffstat (limited to 'theme/base/css/uap.css')
-rw-r--r--theme/base/css/uap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/theme/base/css/uap.css b/theme/base/css/uap.css
index b95e9b2ce..d7fa02c7f 100644
--- a/theme/base/css/uap.css
+++ b/theme/base/css/uap.css
@@ -29,15 +29,18 @@ margin-bottom:18px;
width:180px;
height:150px;
-float:right;
-margin-right:18px;
+float:none;
+clear:both;
+margin:0 auto;
+margin-bottom:29px;
}
#ad_leaderboard {
width:728px;
height:90px;
-margin:29px 18px 0 0;
+margin:11px 18px 0 0;
+float:right;
clear:both;
}