From 455e878c64ab75636e7df827af1e48e7e64d3f86 Mon Sep 17 00:00:00 2001 From: fortinux Date: Tue, 24 Jun 2014 16:13:01 -0300 Subject: [PATCH] rounded corners buttons --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5c672df..a99cd30 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,8 @@ bottom: 0; color: red; height: 20px; + -moz-border-radius: 15px; + border-radius: 15px; /* left: -400 if it's on wrapper */ width: 100%; padding: 10px 16px; @@ -28,7 +30,9 @@ #nav a:hover { - background-color:red; + background-color:#df3d00; + -moz-border-radius: 15px; + border-radius: 15px; } /* Main style page */ -- libgit2 0.21.2