From 2a1d175fdf259f754d825e2d2e5f9a187321207d Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 17 Nov 2013 18:09:30 +0100 Subject: [PATCH] add errpagetext styles and comments for videos --- index.html | 2 ++ kairo.css | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/index.html b/index.html index cee3839..c75a850 100644 --- a/index.html +++ b/index.html @@ -52,11 +52,13 @@ FOSDEM 2013 Improving Stability of Mozilla Products English + Mozilla Brown Bag, 2012 The Life Cycle of a Firefox Crash English + FOSDEM 2012 diff --git a/kairo.css b/kairo.css index 2f78518..585bb89 100755 --- a/kairo.css +++ b/kairo.css @@ -30,6 +30,12 @@ div.KaiRoLogo { float: left; margin-right: 5px; } text-align: right; } +.errpagetext { + font-size: 1.5em; + margin: 2em; + text-align: center; +} + @media screen and (max-width: 550px) { h1 { clear: both; -- 2.35.3