Commit 4281ce1623a0c12d314674674be83d8bcdf747e6
1 parent
af1aeb70
Exists in
master
and in
5 other branches
Added categories on bar to be displayed
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
style.css
| @@ -70,7 +70,6 @@ body { | @@ -70,7 +70,6 @@ body { | ||
| 70 | 70 | ||
| 71 | #barra-psocial { | 71 | #barra-psocial { |
| 72 | position: relative; | 72 | position: relative; |
| 73 | - width: 1800px; | ||
| 74 | height: 40px; | 73 | height: 40px; |
| 75 | margin: auto; | 74 | margin: auto; |
| 76 | background: url(images/barra-psocial-bg.png) repeat-x; | 75 | background: url(images/barra-psocial-bg.png) repeat-x; |
| @@ -118,7 +117,14 @@ body { | @@ -118,7 +117,14 @@ body { | ||
| 118 | } | 117 | } |
| 119 | 118 | ||
| 120 | #categories_menu { | 119 | #categories_menu { |
| 121 | - display: none; | 120 | + max-width: 960px; |
| 121 | + margin: auto; | ||
| 122 | +} | ||
| 123 | +#cat_menu li { | ||
| 124 | + list-style: none; | ||
| 125 | + font-size: 11px; | ||
| 126 | + font-weight: bold; | ||
| 127 | + padding: 15px 20px; | ||
| 122 | } | 128 | } |
| 123 | /* Search Button */ | 129 | /* Search Button */ |
| 124 | #search-button a { | 130 | #search-button a { |