X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/77442f2de0fc311d8f41bf64b19b7f50936072eb..34998f07f6307b2aec57a89f0c57bb973fcd04de:/style.css diff --git a/style.css b/style.css index 0dc3c83..3481055 100644 --- a/style.css +++ b/style.css @@ -1,34 +1,42 @@ /* CSS layout */ -body{ - margin: 5px; - padding: 5px; - font-family: monospace; +body { + margin: 5px; + padding: 5px; + font-family: monospace; } input[type=text] { - width: 420px; - height: 30px; - padding: 1px; - - font-family:monospace; - font-size:large; + width: 420px; + height: 30px; + padding: 1px; + + font-family:monospace; + font-size:large; +} + +textarea { + width: 420px; + padding: 1px; + + font-family:monospace; + font-size:medium; } input[type=submit] { - - font-family:monospace; - font-size:large; - - border: 1px solid #777777; - background: #6e9e2d; - color: white; - font: bold 11px 'Trebuchet MS'; - padding: 4px; - height: 30px; - cursor: pointer; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; + + font-family:monospace; + font-size:large; + + border: 1px solid #777777; + background: #6e9e2d; + color: white; + font: bold 11px 'Trebuchet MS'; + padding: 4px; + height: 30px; + cursor: pointer; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; } /*