From f1ca27edf2851623a5d56419e5c304817433a675 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 23 Dec 2012 21:59:56 +0100 Subject: dark bg pattern --- module/web/static/css/default/style.less | 8 ++++---- module/web/static/img/default/bgpatterndark.png | Bin 0 -> 6199 bytes 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 module/web/static/img/default/bgpatterndark.png (limited to 'module') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 1c0a0cb48..7a4ed6ed3 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -180,8 +180,8 @@ a:hover { */ header { - background-color: @greyDark; -// background: url("../../img/default/main-wrapper-bg.png") repeat-x; +// background-color: @greyDark; + background: url("../../img/default/bgpatterndark.png") repeat; height: @header-height; position: fixed; top: 0; @@ -340,8 +340,8 @@ header .logo { Footer */ footer { - background-color: @greyDark; -// background: url("../../img/default/main-wrapper-bg.png") repeat-x; +// background-color: @greyDark; + background: url("../../img/default/bgpatterndark.png") repeat; color: @grey; height: @footer-height; margin-top: -@footer-height; diff --git a/module/web/static/img/default/bgpatterndark.png b/module/web/static/img/default/bgpatterndark.png new file mode 100644 index 000000000..b6d7536d0 Binary files /dev/null and b/module/web/static/img/default/bgpatterndark.png differ -- cgit v1.2.3