Fix for sidebar mini logo overflow

pull/360/head
Abdullah Almsaeed 2015-04-17 13:50:49 -04:00
parent 125734950b
commit 4476517642
3 changed files with 3 additions and 1 deletions

View File

@ -117,6 +117,7 @@
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0 15px;
font-weight: 300;
overflow: hidden;
//Add support to sidebar mini by allowing the user to create
//2 logo designs. mini and lg
.logo-lg {

View File

@ -286,6 +286,7 @@ a:focus {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0 15px;
font-weight: 300;
overflow: hidden;
}
.main-header .logo .logo-lg {
display: block;

File diff suppressed because one or more lines are too long