Merge pull request #3952 from PaulAdamDavis/fix-what-libsass-broke

Fix floating header gradient in FF and settings images
This commit is contained in:
John O'Nolan 2014-09-04 12:20:36 +02:00
commit 36d08f26de
3 changed files with 3 additions and 1 deletions

View File

@ -145,6 +145,7 @@
.settings-general img {
max-width: 100%;
max-height: 400px;
display: block;
}
.content {

View File

@ -45,7 +45,7 @@
text-transform: uppercase;
color: $brown;
//Transparent gradient to make bg fade out as it goes out the top.
background: linear-gradient(top, white 0%, white 25%, rgba(255,255,255,0.9) 100%);
background: linear-gradient(to bottom, white 0%, white 25%, rgba(255,255,255,0.9) 100%);
// button,
.button {

View File

@ -218,6 +218,7 @@ button {
border: none;
outline: none;
box-shadow: none;
padding: 0;
}