From ba5ac15af7ba1bb905818aed7fc5d4f7fbeaf355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20SABLONNI=C3=88RE?= Date: Wed, 28 Mar 2012 21:29:43 +0200 Subject: [PATCH] We should use blockquote tags instead of q with display block --- template.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/template.html b/template.html index 600dfd2..77f0111 100644 --- a/template.html +++ b/template.html @@ -28,9 +28,9 @@

An incremental list

- +
Who's brave enough to fly into something we all keep calling a death sphere? - +
@@ -89,15 +89,19 @@

End!

font-size: 50px; } - q { - display: block; - width: 100%; + blockquote { height: 100%; background-color: black; color: white; font-size: 60px; padding: 50px; } + blockquote:before { + content: open-quote; + } + blockquote:after { + content: close-quote; + } /* Figures are displayed full-page, with the caption on top of the image/video */