summaryrefslogtreecommitdiff
path: root/theme/default/ie6.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-03 22:09:25 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-03 22:09:25 +0000
commitbcc8348615e0dbc4c82089b69f7d92f070d6ec6e (patch)
treeedb9969c976234a132a6340e0ba005b04406e626 /theme/default/ie6.css
parent32b1bb381acd14ec6a0d98afc5c39247b1d5a027 (diff)
Removed deprecated files from the default theme.
Diffstat (limited to 'theme/default/ie6.css')
-rw-r--r--theme/default/ie6.css73
1 files changed, 0 insertions, 73 deletions
diff --git a/theme/default/ie6.css b/theme/default/ie6.css
deleted file mode 100644
index f9fc8150e..000000000
--- a/theme/default/ie6.css
+++ /dev/null
@@ -1,73 +0,0 @@
-@charset "UTF-8";
-/* CSS Document */
-body {
- text-align: center;
-}
-input {
- height: 24px;
-}
-#wrap {
- margin: 0 auto;
- padding: 0 20px;
- width: 800px;
- text-align: left;
- background: url(bg-header.gif) repeat-x #fbf2d7;
- }
-#header {
- position: relative;
- margin-left: 108px;
- }
-#nav_views {
- margin: 0;
- }
-#nav_views li {
- line-height: 19px;
- }
-.statistics dd {
- margin-top: -15px;
- clear: both;
- }
-#notices {
- margin: 0;
- }
-.notice_single {
- height: 48px;
- }
-#profile {
- margin-left:0px;
-}
-#profile p.notice_current {
- height: 96px;
- }
-#filter_tags {
- margin-left:20px;
-}
-#content .subscriptions {
- margin-left:30px;
- width:100%;
-}
-
-#subscriptions_avatars li {
- float: left;
- margin: 0;
- padding: 0;
- }
-img.avatar.original, img.avatar.profile {
- clear: none;
- float: left;
-}
-#status_textarea {
- height: 46px;
- }
-
-#nav_pagination li a {
- padding: 6px 15px;
- line-height: 27px;
- }
-#nav_sub {
- position: relative;
- margin-left: 108px;
- }
-#footer {
- margin-left: 108px;
-}