Added transparent header background, compiled + minified CSS

This commit is contained in:
Bob Clough 2015-02-27 17:19:38 +00:00
parent 6665332359
commit 47a58a73e4
3 changed files with 189 additions and 1635 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,8 @@ $(function() {
{key: "blue", name: gettext("blue")},
{key: "violet", name: gettext("violet")},
{key: "black", name: gettext("black")},
{key: "white", name: gettext("white")}
{key: "white", name: gettext("white")},
{key: "transparent", name: gettext("transparent")}
]);
self.appearance_colorName = function(color) {

View file

@ -127,6 +127,12 @@ body {
@base: #ffffff;
.navbar-inner-color(@base);
}
&.transparent {
@base: #ffffff;
.navbar-inner-color(@base);
background-image: url("../img/trans-background.png");
background-repeat: repeat;
}
.brand span {
background-size: 20px 20px;