mirror of https://github.com/ColorlibHQ/AdminLTE
				
				
				
			Merge pull request #320 from Elbandi/master
Allow configure image path for boxed-bg.jpgpull/325/merge
						commit
						a056fbf5b2
					
				| 
						 | 
				
			
			@ -35,7 +35,7 @@ body {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.layout-boxed {
 | 
			
		||||
  background: url('../img/boxed-bg.jpg') repeat fixed;
 | 
			
		||||
  background: url('@{image-path}/boxed-bg.jpg') repeat fixed;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,11 @@
 | 
			
		|||
//AdminLTE 2 Variables.less
 | 
			
		||||
//=========================
 | 
			
		||||
 | 
			
		||||
//PATHS
 | 
			
		||||
//--------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
@image-path: "../img";
 | 
			
		||||
 | 
			
		||||
//COLORS
 | 
			
		||||
//--------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue