Add supposed canvas support for IE8 and ie specific styling to fix layout

This commit is contained in:
perryharlock
2013-09-20 11:04:08 +01:00
parent 5ff19890b8
commit 33259b76f8
10 changed files with 145 additions and 14 deletions

View File

@@ -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%;