From 752739c1fbd39d7463e0a2b2e71456aeaae5e57d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 20 Oct 2011 00:20:36 +0530 Subject: Patch css to include Debian logo. --- blends/talk/openlogo-nd-100.png | Bin 0 -> 1444 bytes blends/talk/slidy.css | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 blends/talk/openlogo-nd-100.png (limited to 'blends') diff --git a/blends/talk/openlogo-nd-100.png b/blends/talk/openlogo-nd-100.png new file mode 100644 index 0000000..ee04572 Binary files /dev/null and b/blends/talk/openlogo-nd-100.png differ 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; } -- cgit v1.2.3