Remove border-box from styles

master
Alexander Surma 2015-04-22 14:46:10 +01:00
parent 33cabc7d22
commit 5bd56c5af2
3 changed files with 0 additions and 6 deletions

View File

@ -2,7 +2,6 @@ body {
background-image: url('images/bg.jpg');
background-size: cover;
background-attachment: fixed;
/* position: relative; */
}
.mdl-menu {
@ -29,7 +28,6 @@ main.mdl-layout__content {
}
.mdl-card {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: stretch;

View File

@ -49,9 +49,6 @@ html, body {
display: flex;
}
.mdl-cell {
box-sizing: border-box;
}
.charts svg:nth-child(1) {
fill: #ACEC00;
}

View File

@ -131,7 +131,6 @@ main > .mdl-layout__tab-panel > header > *:last-child {
background-color: white;
}
#authors > .author {
box-sizing: border-box;
padding: 0 40px;
}
.author {