🔧 Updated css defaults
This commit is contained in:
parent
9aca2e9ebc
commit
32749c4524
2 changed files with 22 additions and 0 deletions
|
|
@ -38,3 +38,14 @@ input,
|
|||
textarea {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* background image specific, courtesy wittcode*/
|
||||
/*
|
||||
body {
|
||||
background-image: url("background_image.png");
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
11
scripts/kcss
11
scripts/kcss
|
|
@ -33,4 +33,15 @@ input,
|
|||
textarea {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* background image specific, courtesy wittcode*/
|
||||
/*
|
||||
body {
|
||||
background-image: url("background_image.png");
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
*/
|
||||
EOM
|
||||
Loading…
Add table
Add a link
Reference in a new issue