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

View File

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