diff --git a/www/css/style.css b/www/css/style.css index cbaa13f2b81283836f9469592f8ecb51aa9f814c..c2600f3d84d172cf38590e805a5e77dff1117a06 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -194,10 +194,9 @@ nav ul { nav ul li { display: inline-block; text-align: center; - margin:0 5px 2px 5px; - padding: 2px 8px 0 8px; line-height: 28px; height:28px; + margin-bottom:2px; border-radius: 2px; color:blanchedalmond; background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0)); @@ -498,6 +497,10 @@ article h2{ float: left; } + nav ul li{ + margin:0 5px 2px 5px; + padding: 2px 8px 0 8px; + } header{ min-height: 40px;