removed IE6-specific code
This commit is contained in:
parent
7d3d6aec8e
commit
e000c618e1
6 changed files with 11 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
@ -469,4 +469,4 @@ div.clearer {
|
|||
[dir=rtl] .a11y {
|
||||
left: auto;
|
||||
right: -99999em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
|
|
@ -89,4 +81,4 @@ body {
|
|||
clear: both;
|
||||
}
|
||||
#dokuwiki__footer > .pad {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue