diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-01-09 22:31:51 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-01-09 22:31:51 +0100 |
commit | 2ef073e10110c15a1a81056894d5884ed22ce066 (patch) | |
tree | e8762ce0e95dc115c8c470e0a6bcb043dba92943 /slidy | |
parent | a6d2680ba4b5aefa2fad5b14e40d4ebc24459d5a (diff) |
re-add patch to include Debian logo
Diffstat (limited to 'slidy')
-rw-r--r-- | slidy/slidy.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slidy/slidy.css b/slidy/slidy.css index c713c88..6fef585 100644 --- a/slidy/slidy.css +++ b/slidy/slidy.css @@ -15,6 +15,10 @@ body height: 100%; color: black; background-color: white; + background-image: url(openlogo-nd-100.png); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: 95% 5%; font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif; font-size: 14pt; } |