diff options
author | Test Server 1 <test1@dev.controlezvous.ca> | 2008-07-07 13:32:24 -0400 |
---|---|---|
committer | Test Server 1 <test1@dev.controlezvous.ca> | 2008-07-07 13:32:24 -0400 |
commit | ee1013d2ac09a09b987b70639c6e6204e298ca39 (patch) | |
tree | 3dd5fac93357518b43840afc3088e9ea8e3519c6 /theme/stoica/ie6.css | |
parent | 1c272c2a413f8f5c9c2523a86d95423f6735d8de (diff) |
mcdoyon changes to design on dev server
Marie-Claude did some changes to the design on the dev server.
darcs-hash:20080707173224-e4794-8cee424db46489a3fe0dbe53d2741bfb33de5a47.gz
Diffstat (limited to 'theme/stoica/ie6.css')
-rw-r--r-- | theme/stoica/ie6.css | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/theme/stoica/ie6.css b/theme/stoica/ie6.css index d9b1fbb45..d1c09c630 100644 --- a/theme/stoica/ie6.css +++ b/theme/stoica/ie6.css @@ -1,13 +1,34 @@ @charset "UTF-8"; /* CSS Document */ - +body { + text-align: center; +} +#wrap { + margin: 0 auto; + padding: 0 20px; + width: 800px; + text-align: left; + background: url(bg-header.gif) repeat-x #FCFFF5; + } +#header { + position: relative; + margin-left: 108px; + } +#nav_views { + margin: 0; + } #nav_views li { line-height: 19px; } #statistics dd { clear: both; - } - + } +#notices { + margin: 0; + } +.notice_single { + height: 48px; + } #profile p.notice_current { height: 96px; } @@ -15,9 +36,19 @@ #subscriptions_avatars li { margin: 0 3px 0 0; } - +#status_textarea { + height: 46px; + } #nav_pagination li a { padding: 6px 15px; line-height: 27px; - }
\ No newline at end of file + } +#nav_sub { + position: relative; + margin-left: 108px; + } +#footer { +/* position: relative; */ + margin-left: 108px; +}
\ No newline at end of file |