Commit 5f81ecc2bd5ff044b79a2ea8d33d8c1b7e4efc6a

Authored by Valessio Brito
1 parent 81a56d23

custom style Barra Brasil

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
style.css
... ... @@ -54,6 +54,13 @@ body {
54 54  
55 55 #user { top: -30px; }
56 56  
  57 +#barra-brasil {
  58 + box-shadow: 0px 0px 10px #DFDFDF inset;
  59 + z-index: 9999;
  60 + position: relative;
  61 + width: 100%;
  62 +}
  63 +
57 64 #barra-psocial {
58 65 position: relative;
59 66 width: 960px;
... ...