Toderp work

This commit is contained in:
Max Lynch
2013-10-08 16:17:58 -05:00
parent 35f487b7fb
commit a6e443eaa6
9 changed files with 66 additions and 2439 deletions

View File

@@ -21,6 +21,9 @@
margin: 40px auto;
}
.toderp-small-logo {
background: url('../img/logo-header.png') no-repeat transparent;
background-size: 76px 21px;
background-position: 50%;
box-flex: 1;
-webkit-box-flex: 1;
}
@@ -53,4 +56,9 @@
background: url('../img/splash@2x.png') no-repeat transparent;
background-size: cover;
}
.toderp-small-logo {
background: url('../img/logo-header@2x.png') no-repeat transparent;
background-size: 76px 21px;
}
}