diff options
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 13 |
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; |