diff --git a/scripts/self.css b/scripts/self.css index 3be172b..2da8dcf 100644 --- a/scripts/self.css +++ b/scripts/self.css @@ -61,8 +61,8 @@ h2 { margin-right: auto; padding: 10px; width: 996px; - -webkit-border-radius: 30px 30px 0 30px; - border-radius: 30px 30px 0 30px; + -webkit-border-radius: 30px; + border-radius: 30px; -webkit-box-shadow: 0 0 5px 0 #333333; box-shadow: 0 0 5px 0 #333333; @@ -133,8 +133,8 @@ ul li { ul li:hover { background-color: #333; color: #eee; - -webkit-border-radius: 10px 10px 0 10px; - border-radius: 10px 10px 0 10px; + -webkit-border-radius: 10px; + border-radius: 10px; } ul li:hover a {