From abb2cc0561135360e2ad1bb057338667ba620fcb Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 19 Mar 2014 19:01:12 +0100 Subject: Changes to form --- public/css/cam.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'public/css') diff --git a/public/css/cam.css b/public/css/cam.css index dd4959c..4ea21f3 100644 --- a/public/css/cam.css +++ b/public/css/cam.css @@ -80,17 +80,16 @@ body { font-size: 1.1em; } +p.header { + text-align: center; + font-weight: bolder; + font-size: 1.1em; +} #printButton { - width: 200px; - height: 100px; - display: block; - margin: 10px auto; - background-image: url('../img/print_button.png'); - text-decoration: none; + width: 300px; + height: 50px; + font-weight: bold; + font-size: 1.1em; } -#printButton:hover { - background-image: url('../img/print_button_highlight.png'); - -} -- cgit v1.2.1