From 9b33aaf27cd8f73402ee9967c6b0fd76a90f8ebe Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 21 Aug 2013 22:35:32 -0700 Subject: Adding images, creating circle questions and misc. fixes. --- web/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index 026ca7c..09cb5be 100644 --- a/web/style.css +++ b/web/style.css @@ -419,6 +419,19 @@ footer a:hover { text-align: left; } +.quadQuestion .above span, .quadQuestion .below span { + display: inline-block; + width: 40%; +} + +.quadQuestion .above span { + vertical-align: bottom; +} + +.quadQuestion .below span { + vertical-align: top; +} + .quad { background: url('/images/quad.png') center center no-repeat; width: 273px; -- cgit v1.2.3