Merge pull request #134 from joefiorini/autoprefixer

Implements autoprefixer and modular CSS layout
This commit is contained in:
Joe Fiorini
2015-04-13 18:11:49 -04:00
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
// This file left here as a placeholder
// to keep the build passing. Will be
// removed on the next card.

View File

@@ -65,7 +65,7 @@ due to the login screen showing on top of the dashboard, we're hiding the border
#replacementImg{ #replacementImg{
align:center; align:center;
width: 100px: width: 100px;
height: 100px; height: 100px;
} }

View File

@@ -347,7 +347,7 @@
.header { .header {
width: 100%; width: 100%;
height: 28px; height: 28px;
padding: bottom: 5px; bottom: 5px;
.search-field { .search-field {