Commit 455e878c64ab75636e7df827af1e48e7e64d3f86

Authored by Marcelo Horacio Fortino
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 7 bottom: 0;
8 8 color: red;
9 9 height: 20px;
  10 + -moz-border-radius: 15px;
  11 + border-radius: 15px;
10 12 /* left: -400 if it's on wrapper */
11 13 width: 100%;
12 14 padding: 10px 16px;
... ... @@ -28,7 +30,9 @@
28 30  
29 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 38 /* Main style page */
... ...