mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
Fixes body background
This commit is contained in:
parent
bca05d166b
commit
e2cb0fe8aa
1 changed files with 9 additions and 6 deletions
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
$container-padding: 2em;
|
$container-padding: 2em;
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: {
|
||||||
|
color: $blue;
|
||||||
|
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||||
|
position: top center;
|
||||||
|
repeat: no-repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -18,12 +27,6 @@ body#tinymce {
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: {
|
|
||||||
color: $blue;
|
|
||||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
|
||||||
position: top center;
|
|
||||||
repeat: no-repeat;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
Loading…
Reference in a new issue