Commit 5fcf529f646b93bdd1f24004dc5b91bc58c486eb
1 parent
907f7bab
Exists in
master
and in
1 other branch
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…
…0Web/Fontes/avaliador-web@10671 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/breadcrumb.css
... | ... | @@ -12,7 +12,7 @@ div::after { |
12 | 12 | } |
13 | 13 | |
14 | 14 | .funcionalidades ul.breadcrumb { |
15 | - background: transparent url("../imagens/fundo_breadcrumb.jpg") no-repeat scroll left top; | |
15 | + | |
16 | 16 | border: 1px solid #d1d1d1; |
17 | 17 | border-radius: 5px; |
18 | 18 | clear: both; |
... | ... | @@ -33,7 +33,7 @@ div::after { |
33 | 33 | font-weight: normal; |
34 | 34 | font-size: 16px; |
35 | 35 | font-family: Arial ,'Open Sans', sans-serif; |
36 | - padding-right: 10px; | |
36 | + padding-right: 5px; | |
37 | 37 | float: left; |
38 | 38 | } |
39 | 39 | ... | ... |