From 496fd6461581522fed69fa6071251df4262994e6 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 1 Feb 2013 12:17:11 +0000 Subject: [PATCH] add a box shadow around the screen shots --- fosdem2013/index.html | 12 ++++++------ fosdem2013/slides.css | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/fosdem2013/index.html b/fosdem2013/index.html index 2cbde44..17c01ed 100755 --- a/fosdem2013/index.html +++ b/fosdem2013/index.html @@ -73,7 +73,7 @@

Windows Crash

-Win7 Crash Reporter
@@ -82,7 +82,7 @@

Android Crash

-Android Crash Reporter
@@ -91,7 +91,7 @@

Firefox OS Crash

-Firefox OS Crash Reporter
@@ -113,7 +113,7 @@

Are We Stable Yet?

-Are We Stable Yet?
@@ -135,7 +135,7 @@

Socorro - Top Crashes

-Socorro - Top Crashes
@@ -157,7 +157,7 @@

Explosiveness Report

-Explosiveness Report
diff --git a/fosdem2013/slides.css b/fosdem2013/slides.css index e1c226e..3b00534 100644 --- a/fosdem2013/slides.css +++ b/fosdem2013/slides.css @@ -239,6 +239,10 @@ mark { padding: 0.5em; } +.sshot { + box-shadow: #6d7581 1px 1px 3px 2px; +} + ul > li { margin: 0.5em 0; } -- 2.35.3