diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-27 15:14:00 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-27 16:34:17 -0500 |
commit | e3bd97bfe46ee7d063a45eec282b28faee1ca83f (patch) | |
tree | ea78b1112e98de91ef507581177563c620b2900d /theme/base | |
parent | e9feafc3ca4641bf5c51bbced3454962ed89b8ef (diff) |
Aligning wide skyscraper to the right instead of left
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/uap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/uap.css b/theme/base/css/uap.css index 90abe5180..b95e9b2ce 100644 --- a/theme/base/css/uap.css +++ b/theme/base/css/uap.css @@ -45,6 +45,7 @@ clear:both; width:160px; height:600px; +float:right; margin-top:18px; -margin-left:8.5%; +margin-right:8.25%; } |