forked from external-repos/pa11y-dashboard
Add supposed canvas support for IE8 and ie specific styling to fix layout
This commit is contained in:
@@ -16,22 +16,22 @@
|
||||
.ruled {
|
||||
border-bottom:dotted 1px @gray;
|
||||
padding-bottom:15px;
|
||||
margin-bottom:3rem;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
.ruled-sm {
|
||||
margin-bottom:1.5rem;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
/* General */
|
||||
.header {
|
||||
padding-bottom:2.5rem;
|
||||
margin-bottom:4rem;
|
||||
padding-bottom:25px;
|
||||
margin-bottom:40px;
|
||||
background-color:lighten(@gray-lighter, 4%);
|
||||
}
|
||||
.footer {
|
||||
background-color:lighten(@gray-lighter, 4%);
|
||||
padding:4rem 0;
|
||||
margin-top:4rem;
|
||||
padding:40px 0;
|
||||
margin-top:40px;
|
||||
}
|
||||
.floated-list li {
|
||||
float:left;
|
||||
@@ -75,7 +75,7 @@
|
||||
text-align:center;
|
||||
color:@badge-color;
|
||||
}
|
||||
&:last-child {
|
||||
&.last {
|
||||
margin-right:0;
|
||||
}
|
||||
}
|
||||
@@ -220,11 +220,11 @@
|
||||
width:100%;
|
||||
}
|
||||
.graph-container {
|
||||
margin-bottom:5rem;
|
||||
padding-bottom:3rem;
|
||||
margin-bottom:50px;
|
||||
padding-bottom:30px;
|
||||
}
|
||||
.graph-table {
|
||||
margin-bottom:5rem;
|
||||
margin-bottom:50px;
|
||||
|
||||
td {
|
||||
width:25%;
|
||||
|
Reference in New Issue
Block a user