ie fix
svn path=/branches/test/; revision=27764
This commit is contained in:
parent
bc6cc59ba7
commit
fe8eaf0a5e
36
look/ie.less
36
look/ie.less
@ -19,3 +19,39 @@
|
||||
}
|
||||
}
|
||||
#content + #sidebar { .article #sidebar; }
|
||||
|
||||
#content aside {
|
||||
float: right;
|
||||
margin-left: 100%;
|
||||
position: absolute;
|
||||
|
||||
p {
|
||||
width: 100%;
|
||||
min-width: 320px;
|
||||
max-width: 340px;
|
||||
}
|
||||
}
|
||||
|
||||
ul#subpages, h2#subpages + ul, h3#subpages + ul, h4#subpages + ul, ul.subheadings, ul.overview {
|
||||
li {
|
||||
float: left;
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.subsite .heading { width: 50%; margin: -1em 0 1em 0; }
|
||||
|
||||
#full-menu-list {
|
||||
li {
|
||||
float: left;
|
||||
width: 16.6%;
|
||||
}
|
||||
}
|
||||
|
||||
#legal-info, #source {
|
||||
p, ul {
|
||||
float: left;
|
||||
width: 33.3%;
|
||||
}
|
||||
}
|
||||
|
37
look/ie.min.css
vendored
37
look/ie.min.css
vendored
@ -8397,7 +8397,7 @@ textarea#search input[name="query"] {
|
||||
}
|
||||
#sidebar ul li a {
|
||||
display: block;
|
||||
widht: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar .dt-published {
|
||||
display: block;
|
||||
@ -10460,3 +10460,38 @@ table#gold > tbody > tr:hover > th {
|
||||
width: 33.33333333333333%;
|
||||
}
|
||||
}
|
||||
#content aside {
|
||||
float: right;
|
||||
margin-left: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
#content aside p {
|
||||
width: 100%;
|
||||
min-width: 320px;
|
||||
max-width: 340px;
|
||||
}
|
||||
ul#subpages li,
|
||||
h2#subpages + ul li,
|
||||
h3#subpages + ul li,
|
||||
h4#subpages + ul li,
|
||||
ul.subheadings li,
|
||||
ul.overview li {
|
||||
float: left;
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
.subsite .heading {
|
||||
width: 50%;
|
||||
margin: -1em 0 1em 0;
|
||||
}
|
||||
#full-menu-list li {
|
||||
float: left;
|
||||
width: 16.6%;
|
||||
}
|
||||
#legal-info p,
|
||||
#source p,
|
||||
#legal-info ul,
|
||||
#source ul {
|
||||
float: left;
|
||||
width: 33.3%;
|
||||
}
|
||||
|
@ -353,7 +353,7 @@ div#subpages, .grid-row {
|
||||
|
||||
a {
|
||||
display: block;
|
||||
widht: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user