diff --git a/css/style.css b/css/style.css index bce28a9..e9e0c91 100644 --- a/css/style.css +++ b/css/style.css @@ -7,10 +7,9 @@ body { } .page-header { - display: block; width: 100%; padding: 10px; - background-color: #101010; + background-color: #404040; } .images { @@ -104,7 +103,6 @@ body { } form.f-search { - float: right; width: 20%; } @@ -137,7 +135,6 @@ form.f-search button:hover { /* Clear floats */ form.f-search::after { - content: ""; clear: both; display: table; }