diff options
Diffstat (limited to 'fb/talk')
-rw-r--r-- | fb/talk/edge.png | bin | 0 -> 123824 bytes | |||
-rw-r--r-- | fb/talk/epfsug2/edge-tiny.png | bin | 0 -> 417 bytes | |||
-rw-r--r-- | fb/talk/epfsug2/local.css | 9 |
3 files changed, 8 insertions, 1 deletions
diff --git a/fb/talk/edge.png b/fb/talk/edge.png Binary files differnew file mode 100644 index 0000000..b439eef --- /dev/null +++ b/fb/talk/edge.png diff --git a/fb/talk/epfsug2/edge-tiny.png b/fb/talk/epfsug2/edge-tiny.png Binary files differnew file mode 100644 index 0000000..5cd0c88 --- /dev/null +++ b/fb/talk/epfsug2/edge-tiny.png 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%; } |