Commit 4281ce1623a0c12d314674674be83d8bcdf747e6

Authored by Daniela Feitosa
1 parent af1aeb70

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 70  
71 71 #barra-psocial {
72 72 position: relative;
73   - width: 1800px;
74 73 height: 40px;
75 74 margin: auto;
76 75 background: url(images/barra-psocial-bg.png) repeat-x;
... ... @@ -118,7 +117,14 @@ body {
118 117 }
119 118  
120 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 129 /* Search Button */
124 130 #search-button a {
... ...