Allow configure image path for boxed-bg.jpg

pull/320/head
Andras Elso 2015-04-03 11:30:51 +02:00
parent cbd471a3b2
commit 0b5d6e55ed
2 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,7 @@ body {
} }
.layout-boxed { .layout-boxed {
background: url('../img/boxed-bg.jpg') repeat fixed; background: url('@{image-path}/boxed-bg.jpg') repeat fixed;
} }
/* /*

View File

@ -1,6 +1,11 @@
//AdminLTE 2 Variables.less //AdminLTE 2 Variables.less
//========================= //=========================
//PATHS
//--------------------------------------------------------
@image-path: "../img";
//COLORS //COLORS
//-------------------------------------------------------- //--------------------------------------------------------