Merge pull request #1801 from nickborromeo/issue-1794

Fixing padding for misaligned small logo URL
This commit is contained in:
Sam 2014-01-13 01:39:05 -08:00
commit 23a17bd76d
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
z-index: 1000;
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
background-color: $white;
padding-right: 3px;
padding-top: 3px;
.docked & {
position: fixed;
}
@ -34,6 +36,8 @@
.fa-home {
font-size: 20px;
line-height: 40px;
padding-right: 3px;
padding-top: 3px;
}
.panel {
float: right;