# HG changeset patch # User Christophe Lincoln # Date 1398299198 -7200 # Node ID e952d2385d261ff10e67885c2b7555a493de51de # Parent c9ab61b3774a8a1e8f83f74fa42bf7334f7944c5 small CSS change diff -r c9ab61b3774a -r e952d2385d26 style.css --- a/style.css Thu Apr 24 02:12:35 2014 +0200 +++ b/style.css Thu Apr 24 02:26:38 2014 +0200 @@ -19,7 +19,7 @@ #header { /*background: #351a0a;*/ - background: #443b31; + background: #333; height: 40px; border-bottom: 8px solid #cfcfcf; } @@ -85,8 +85,11 @@ #login input[type="submit"] { float: none; } #login p { display: inline; } +#signup input[type="text"], #signup input[type="password"] { + width: 400px; } + #user { - background-color: #362E24; + background-color: #222; padding: 4px; width: 84px; float: right;