removed support for IE7
This commit is contained in:
parent
1a5344eb63
commit
61d6ac6246
6 changed files with 7 additions and 33 deletions
|
|
@ -261,7 +261,6 @@ iframe {
|
|||
}
|
||||
|
||||
/* IE8 and below won't display the images otherwise */
|
||||
#IE7 img,
|
||||
#IE8 img,
|
||||
button img {
|
||||
max-width: none;
|
||||
|
|
@ -412,10 +411,6 @@ button {
|
|||
overflow: visible;
|
||||
padding: .1em .4em;
|
||||
}
|
||||
#IE7 .dokuwiki input.button,
|
||||
#IE7 .dokuwiki button {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
input[disabled],
|
||||
button[disabled],
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@
|
|||
#dokuwiki__header {
|
||||
margin: 1em 0 0;
|
||||
}
|
||||
#IE7 #dokuwiki__header {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
#dokuwiki__header .headings {
|
||||
margin-bottom: 2.1em;
|
||||
|
|
@ -150,18 +147,6 @@
|
|||
[dir=rtl] #dokuwiki__pagetools ul li a.action.top {
|
||||
float: left;
|
||||
}
|
||||
#IE7 #dokuwiki__pagetools ul {
|
||||
position: relative;
|
||||
}
|
||||
#IE7 #dokuwiki__pagetools ul li a.action.top {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
[dir=rtl] #IE7 #dokuwiki__pagetools ul li a.action.top {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* sidebar
|
||||
|
|
@ -246,9 +231,6 @@
|
|||
#dokuwiki__footer {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#IE7 #dokuwiki__footer {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
#dokuwiki__footer .doc {
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@ body {
|
|||
#dokuwiki__site .wrapper {
|
||||
position: relative;
|
||||
}
|
||||
#IE7 #dokuwiki__site .wrapper {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
#dokuwiki__aside {
|
||||
width: __sidebar_width__;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue