diff options
Diffstat (limited to 'module/web/static/css')
-rw-r--r-- | module/web/static/css/default/style.less | 8 |
1 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;
|