From 84bb7c7ff4afcb1ad7ad1c68f0eb778c64f63183 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 20 Mar 2013 16:31:38 +0100 Subject: check input --- public/stylesheets/screen.sass | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/stylesheets/screen.sass') diff --git a/public/stylesheets/screen.sass b/public/stylesheets/screen.sass index e4304c9..a453adc 100644 --- a/public/stylesheets/screen.sass +++ b/public/stylesheets/screen.sass @@ -36,7 +36,7 @@ body h1 margin: 0.3em - text-shadow: #FFF 0 1px 0 + text-shadow: #FFF 1px 1px 0 font-size: x-large font-family: Verdana display: inline @@ -85,6 +85,8 @@ body +border-bottom-left-radius(25px) +border-bottom-right-radius(25px) +background-clip(border-box) + label + //cursor: pointer input#predict margin-left: 1em @@ -164,6 +166,8 @@ input#predict margin: 0 padding: 0 - +.halt + margin: 5em + .footer margin: 20px 0 20px 0 -- cgit v1.2.3