sd
This commit is contained in:
parent
fb2883c8ff
commit
aeaab4780c
2 changed files with 14 additions and 27 deletions
|
|
@ -1,6 +1,5 @@
|
|||
/* custom.css */
|
||||
|
||||
/* Make background cover nicely */
|
||||
body {
|
||||
background-size: cover !important;
|
||||
background-position: center center !important;
|
||||
|
|
@ -13,7 +12,7 @@ body {
|
|||
}
|
||||
|
||||
body.tab-pncharris {
|
||||
background-image: url("pncharris-bg.png") !important;
|
||||
background-image: url("/images/pncharris-bg.png") !important;
|
||||
}
|
||||
|
||||
body.tab-netgrimoire {
|
||||
|
|
@ -21,6 +20,6 @@ body {
|
|||
}
|
||||
|
||||
body.tab-wasted-bandwidth {
|
||||
background-image: url("/images/bg-wasted.jpg") !important;
|
||||
background-image: url("/images/bg-wasted-bandwidth.jpg") !important;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue