summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-21 22:35:32 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-21 22:35:32 -0700
commit9b33aaf27cd8f73402ee9967c6b0fd76a90f8ebe (patch)
tree2f97ddb022299309d6e96f6e25bc2506295fda63 /web/style.css
parent883cfedc17921273cb6098de3a2c52f2a092aadc (diff)
Adding images, creating circle questions and misc. fixes.
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css13
1 files changed, 13 insertions, 0 deletions
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;