diff options
author | Christian Franke <nobody@nowhere.ws> | 2014-03-19 19:01:12 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2014-03-19 19:01:12 +0100 |
commit | abb2cc0561135360e2ad1bb057338667ba620fcb (patch) | |
tree | 5dd78e6079ce332a2029f595f2f6177aa950f65d /public/css | |
parent | 80efed22b3c0d43d285ebade7eb99259da2071b5 (diff) |
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/cam.css | 19 |
1 files changed, 9 insertions, 10 deletions
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'); - -} |