From 674d3b244d7574a1647af21bdb9f3ff2ce9f0737 Mon Sep 17 00:00:00 2001 From: mathias Date: Sat, 12 Dec 2015 16:54:32 +0200 Subject: [PATCH] Update index.html --- index.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5784c9c..2688296 100644 --- a/index.html +++ b/index.html @@ -78,8 +78,8 @@ font-size: 1.000em; color: #fff; background: #000; - -webkit-tap-highlight-color: rgba(255,255,255,.2); line-height: 1; + -webkit-tap-highlight-color: rgba(255,255,255,.2); } ::-moz-selection { background: #7b7b7b; @@ -189,11 +189,17 @@ background: rgba(255,255,255,.9); } #intro a:first-of-type { + -moz-border-radius: 1.313em 0 0 1.313em; + -webkit-border-radius: 1.313em 0 0 1.313em; + -o-border-radius: 1.313em 0 0 1.313em; border-radius: 1.313em 0 0 1.313em; border-right: 1px solid #aa0000; padding: 0.438em 0.813em 0.313em 1.188em; } #intro a:last-of-type { + -moz-border-radius: 0 1.313em 1.313em 0; + -webkit-border-radius: 0 1.313em 1.313em 0; + -o-border-radius: 0 1.313em 1.313em 0; border-radius: 0 1.313em 1.313em 0; border-left: 1px solid #aa0000; padding: 0.438em 1.188em 0.313em 0.813em; @@ -218,12 +224,18 @@ color: #000; background: #fff; padding: 0.375em 0.438em 0.438em 0.625em; + -moz-border-radius: 0.313em 0 0 0.313em; + -webkit-border-radius: 0.313em 0 0 0.313em; + -o-border-radius: 0.313em 0 0 0.313em; border-radius: 0.313em 0 0 0.313em; } #about i { border: #fff solid 1px; color: #fff; padding: 0.375em 0.625em 0.438em 0.563em; + -moz-border-radius: 0 0.313em 0.313em 0; + -webkit-border-radius: 0 0.313em 0.313em 0; + -o-border-radius: 0 0.313em 0.313em 0; border-radius: 0 0.313em 0.313em 0; } /* News */ @@ -288,6 +300,9 @@ color: #000; background: #fff; padding: 0.563em 0.688em 0.563em 0.688em; + -moz-border-radius: 0.250em; + -webkit-border-radius: 0.250em; + -o-border-radius: 0.250em; border-radius: 0.250em; display: block; width: 100%; @@ -307,6 +322,9 @@ border: #fff solid 1px; padding: 0.500em 0.625em 0.500em 0.688em; margin: 1.625em 0 0 0; + -moz-border-radius: 0.313em; + -webkit-border-radius: 0.313em; + -o-border-radius: 0.313em; border-radius: 0.313em; cursor: pointer; transition: background .2s ease-in-out;