removed IE6-specific code

This commit is contained in:
Anika Henke 2013-07-16 09:54:03 +01:00
parent 245aab3112
commit aae6252e15
6 changed files with 9 additions and 30 deletions

View file

@ -261,6 +261,8 @@ iframe {
}
/* IE8 and below won't display the images otherwise */
#IE7 img,
#IE8 img,
button img {
max-width: none;
}
@ -410,8 +412,6 @@ button {
overflow: visible;
padding: .1em .4em;
}
#IE6 .dokuwiki input.button,
#IE6 .dokuwiki button,
#IE7 .dokuwiki input.button,
#IE7 .dokuwiki button {
line-height: 1.4;

View file

@ -120,9 +120,6 @@
max-width: __site_width__;
padding: 0 1em;
}
#IE6 #dokuwiki__usertools ul {
width: 100%;
}
#dokuwiki__usertools ul li.user {
float: left;
margin-left: 0;
@ -143,9 +140,6 @@
width: 100%;
z-index: 10;
}
#IE6 #dokuwiki__content {
margin-bottom: 1.4em;
}
#dokuwiki__pagetools ul li {
display: inline;
margin: 0 1.5em 0 0;
@ -156,17 +150,14 @@
[dir=rtl] #dokuwiki__pagetools ul li a.action.top {
float: left;
}
#IE6 #dokuwiki__pagetools ul,
#IE7 #dokuwiki__pagetools ul {
position: relative;
}
#IE6 #dokuwiki__pagetools ul li a.action.top,
#IE7 #dokuwiki__pagetools ul li a.action.top {
position: absolute;
top: 0;
right: 0;
}
[dir=rtl] #IE6 #dokuwiki__pagetools ul li a.action.top,
[dir=rtl] #IE7 #dokuwiki__pagetools ul li a.action.top {
right: auto;
left: 0;
@ -251,14 +242,10 @@
.dokuwiki .wrapper {
margin-bottom: 2.8em;
}
#IE6 .dokuwiki .wrapper {
margin-bottom: 1.4em;
}
#dokuwiki__footer {
margin-bottom: 1em;
}
#IE6 #dokuwiki__footer,
#IE7 #dokuwiki__footer {
height: 1%;
}

View file

@ -26,9 +26,6 @@ body {
float: right;
}
#IE6 #dokuwiki__header .headings {
width: 50%;
}
#dokuwiki__header .tools {
float: right;
text-align: right;
@ -38,14 +35,9 @@ body {
text-align: left;
}
#IE6 #dokuwiki__header .tools {
width: 50%;
}
#dokuwiki__site .wrapper {
position: relative;
}
#IE6 #dokuwiki__site .wrapper,
#IE7 #dokuwiki__site .wrapper {
height: 1%;
}