diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/web/static/css/default/style.less | 8 | ||||
-rw-r--r-- | module/web/static/img/default/bgpatterndark.png | bin | 0 -> 6199 bytes |
2 files changed, 4 insertions, 4 deletions
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 Binary files differnew file mode 100644 index 000000000..b6d7536d0 --- /dev/null +++ b/module/web/static/img/default/bgpatterndark.png |