added a min-height to #page re: bg gradient issue (bug 698372)

This commit is contained in:
Davor Spasovski 2011-10-31 15:15:31 -07:00
Родитель 2840ece9de
Коммит bb12e523f4
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,11 @@
@serif-stack: Georgia, serif;
@mono-stack: "andale mono", monospace;
// Fixed Sizes
@page-min-height: 404px; // height of the current gradient background image on #page
// Mixins
.border-radius(@radius) {
-webkit-border-radius: @radius;

Просмотреть файл

@ -18,6 +18,7 @@ body {
width: 960px;
margin: 0 auto;
position: relative;
min-height: @page-min-height;
.bump {
min-height: 123px;
}