Commit 455e878c64ab75636e7df827af1e48e7e64d3f86
Committed by
usuario
1 parent
a272d2df
Exists in
master
rounded corners buttons
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
style.css
| @@ -7,6 +7,8 @@ | @@ -7,6 +7,8 @@ | ||
| 7 | bottom: 0; | 7 | bottom: 0; |
| 8 | color: red; | 8 | color: red; |
| 9 | height: 20px; | 9 | height: 20px; |
| 10 | + -moz-border-radius: 15px; | ||
| 11 | + border-radius: 15px; | ||
| 10 | /* left: -400 if it's on wrapper */ | 12 | /* left: -400 if it's on wrapper */ |
| 11 | width: 100%; | 13 | width: 100%; |
| 12 | padding: 10px 16px; | 14 | padding: 10px 16px; |
| @@ -28,7 +30,9 @@ | @@ -28,7 +30,9 @@ | ||
| 28 | 30 | ||
| 29 | #nav a:hover | 31 | #nav a:hover |
| 30 | { | 32 | { |
| 31 | - background-color:red; | 33 | + background-color:#df3d00; |
| 34 | + -moz-border-radius: 15px; | ||
| 35 | + border-radius: 15px; | ||
| 32 | } | 36 | } |
| 33 | 37 | ||
| 34 | /* Main style page */ | 38 | /* Main style page */ |