diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-10-20 00:20:36 +0530 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-10-20 00:20:36 +0530 |
commit | 752739c1fbd39d7463e0a2b2e71456aeaae5e57d (patch) | |
tree | 2f34763bcf00cff1fb3e0927b5539e6be17a6ff7 /blends | |
parent | a4389c03c8e1dc91e11750433fcfcf4f8dc638cb (diff) |
Patch css to include Debian logo.
Diffstat (limited to 'blends')
-rw-r--r-- | blends/talk/openlogo-nd-100.png | bin | 0 -> 1444 bytes | |||
-rw-r--r-- | blends/talk/slidy.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/blends/talk/openlogo-nd-100.png b/blends/talk/openlogo-nd-100.png Binary files differnew file mode 100644 index 0000000..ee04572 --- /dev/null +++ b/blends/talk/openlogo-nd-100.png diff --git a/blends/talk/slidy.css b/blends/talk/slidy.css index 96e3da7..61effb6 100644 --- a/blends/talk/slidy.css +++ b/blends/talk/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; } |