summaryrefslogtreecommitdiff
path: root/fb/talk/epfsug2/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'fb/talk/epfsug2/local.css')
-rw-r--r--fb/talk/epfsug2/local.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/fb/talk/epfsug2/local.css b/fb/talk/epfsug2/local.css
index 2fa83d5..d92a725 100644
--- a/fb/talk/epfsug2/local.css
+++ b/fb/talk/epfsug2/local.css
@@ -1,3 +1,10 @@
+body {
+ background-color: white;
+ background-image: url(edge-tiny.png);
+ background-attachment: fixed;
+ background-repeat: no-repeat;
+ background-position: 95% 10%;
+}
div.slide h1 {
background-color: white;
opacity: 0.7;
@@ -10,5 +17,5 @@ div.slide h1 {
}
.figure img {
max-height: 100%;
- max-width: 100%;
+ max-width: 80%;
}