From 4281ce1623a0c12d314674674be83d8bcdf747e6 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 29 Oct 2013 15:50:02 -0300 Subject: [PATCH] Added categories on bar to be displayed --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6e1f544..054d621 100644 --- a/style.css +++ b/style.css @@ -70,7 +70,6 @@ body { #barra-psocial { position: relative; - width: 1800px; height: 40px; margin: auto; background: url(images/barra-psocial-bg.png) repeat-x; @@ -118,7 +117,14 @@ body { } #categories_menu { - display: none; + max-width: 960px; + margin: auto; +} +#cat_menu li { + list-style: none; + font-size: 11px; + font-weight: bold; + padding: 15px 20px; } /* Search Button */ #search-button a { -- libgit2 0.21.2