From c5c506161ce2bee50ecd96227649c360d481105a Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Wed, 4 Mar 2015 20:04:13 +0000 Subject: [PATCH] Removing some old code from the header --- public/style.css | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/public/style.css b/public/style.css index e5bd623..8888086 100644 --- a/public/style.css +++ b/public/style.css @@ -106,44 +106,25 @@ h1 a:hover { .menu { background: black; - display: block; margin: 0 auto; - /*width: 96%;*/ width: 100%; color: white; - /*padding: 0 2% 0 2%;*/ - /*margin-bottom: 30px;*/ } .menu a { color: #FFF; text-decoration: none; - /*line-height: 38px;*/ display: inline-block; padding: 12px; background: none; - /*width: auto;*/ - transition: background 800ms; - -moz-transition: background 800ms; /* Firefox 4 */ - -webkit-transition: background 800ms; /* Safari and Chrome */ - -o-transition: background 800ms; /* Opera */ + transition: background 0.8s; } .menu a:hover { - transition: background 800ms; - -moz-transition: background 800ms; /* Firefox 4 */ - -webkit-transition: background 800ms; /* Safari and Chrome */ - -o-transition: background 800ms; /* Opera */ + transition: background 0.8s; background: #292929; } -/*.menu li { - list-style: none; - float: left; - line-height: 38px; - width: auto; -}*/ - /* Main style */ .content { background: white;