Style tweaks and refactoring

This commit is contained in:
Sahat Yalkabov
2014-05-11 04:35:12 -04:00
parent 527dbe46fb
commit 0b580cefef
4 changed files with 8 additions and 4 deletions

View File

@ -14,10 +14,9 @@ html {
body {
padding-top: 60px;
margin-bottom: 90px;
margin-bottom: 120px;
}
footer {
position: absolute;
bottom: 0;
@ -35,7 +34,7 @@ footer {
}
.navbar-brand {
background-image: url(../img/npm-logo.png);
background-image: url(../img/npm.png);
background-repeat: no-repeat;
background-size: 40px;
background-position: left center;

View File

@ -7,6 +7,11 @@
@brand-danger: #de4b33;
@brand-info: #5bc0dd;
// Typography
// -------------------------
@headings-font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
// Buttons
// -------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
public/img/npm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB