blob: 2e25bd25efcee754f255d9b37b8640f8d4e31370 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Divid stylesheet
*/
//Imports the bootstrap-variables
@import "variables.less";
// The rest comes here
div#wrapper {
margin-top: @navbarHeight;
background: @yellow;
}
|