add a box shadow around the screen shots origin
authorrobert <robert>
Fri, 1 Feb 2013 12:17:11 +0000 (12:17 +0000)
committerrobert <robert>
Fri, 1 Feb 2013 12:17:11 +0000 (12:17 +0000)
fosdem2013/index.html
fosdem2013/slides.css

index 2cbde445738825ebc0925188fd32658b8fa4c706..17c01edae37caec0224db8a209b9337fd40b8d7d 100755 (executable)
@@ -73,7 +73,7 @@
 <h1 style="display:none;">Windows Crash</h1>
 
 <div class="simplebox cent">
-<img src="win7-reporter.png"
+<img src="win7-reporter.png" class="sshot"
  alt="Win7 Crash Reporter">
 </div>
 </article>
@@ -82,7 +82,7 @@
 <h1 style="display:none;">Android Crash</h1>
 
 <div class="simplebox cent">
-<img src="android-reporter.png"
+<img src="android-reporter.png" class="sshot"
  alt="Android Crash Reporter">
 </div>
 </article>
@@ -91,7 +91,7 @@
 <h1 style="display:none;">Firefox OS Crash</h1>
 
 <div class="simplebox cent">
-<img src="fxos-reporter.png"
+<img src="fxos-reporter.png" class="sshot"
  alt="Firefox OS Crash Reporter">
 </div>
 </article>
 <h1 style="display:none;">Are We Stable Yet?</h1>
 
 <div class="simplebox cent">
-<img src="awsy.png"
+<img src="awsy.png" class="sshot"
  alt="Are We Stable Yet?">
 </div>
 </article>
 <h1 style="display:none;">Socorro - Top Crashes</h1>
 
 <div class="simplebox cent">
-<img src="tcbs.png"
+<img src="tcbs.png" class="sshot"
  alt="Socorro - Top Crashes">
 </div>
 </article>
 <h1 style="display:none;">Explosiveness Report</h1>
 
 <div class="simplebox cent">
-<img src="explosive.png"
+<img src="explosive.png" class="sshot"
  alt="Explosiveness Report">
 </div>
 </article>
index e1c226e85af153895219faf4808ef1bad17312ff..3b005345b911b8297d7746d1e640da3f17120a64 100644 (file)
@@ -239,6 +239,10 @@ mark {
   padding: 0.5em;
 }
 
+.sshot {
+  box-shadow: #6d7581 1px 1px 3px 2px;
+}
+
 ul > li {
   margin: 0.5em 0;
 }