From ecdeea22eb7ac210dbe2a834a0685d7f2d6b2f26 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 12 Mar 2014 08:23:06 +0200 Subject: [PATCH] Remove units from zero. --- site/_includes/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index 8af83fe6..c0b4be06 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -203,7 +203,7 @@ body > footer a:hover img { } .quickstart .content { - padding: 0px 0; + padding: 0; } .quickstart h4 { @@ -576,7 +576,7 @@ article h2:first-child { content: ""; position: absolute; top: -10px; - left: 0px; + left: 0; border-color: transparent #6f0d0d #6f0d0d transparent; border-style: solid; border-width: 5px; @@ -846,7 +846,7 @@ code.option, code.flag, code.filter, code.output { content: ""; position: absolute; top: -10px; - left: 0px; + left: 0; border-color: transparent #222 #222 transparent; border-style: solid; border-width: 5px;