Commit d8bc6776b5304a35754b0d16561fa0afffcc25f7
1 parent
104f7d43
Exists in
master
and in
10 other branches
Border radius block search catalog software
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
page-inicial.css
... | ... | @@ -3,6 +3,7 @@ |
3 | 3 | #catalogo-software-search{ |
4 | 4 | width: 100%; |
5 | 5 | background-color:#193A7D; |
6 | + border-radius: 4px; | |
6 | 7 | } |
7 | 8 | |
8 | 9 | #catalogo-software-search h1{ |
... | ... | @@ -40,6 +41,8 @@ |
40 | 41 | color:#FFFFFF; |
41 | 42 | border-top:1px solid; |
42 | 43 | padding:2px; |
44 | + border-bottom-left-radius:4px; | |
45 | + border-bottom-right-radius:4px; | |
43 | 46 | } |
44 | 47 | #search-catalog-footer p{ |
45 | 48 | margin:5px; | ... | ... |