Merge pull request #150 from irfanevrens/patch-2

removed "px"s
pull/164/head
Abdullah Almsaeed 2014-11-11 12:33:14 -05:00
commit 0495d691f5
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
.header { .header {
.border-radius(4px, 4px, 0, 0); .border-radius(4px, 4px, 0, 0);
background: @olive; background: @olive;
box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2); box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
padding: 20px 10px; padding: 20px 10px;
text-align: center; text-align: center;
font-size: 26px; font-size: 26px;
@ -39,4 +39,4 @@
@media (max-width: @screen-sm) { @media (max-width: @screen-sm) {
width: 90%; width: 90%;
} }
} }