From 9065bb2eae6126c1ce70a4b25753ba0f5760931c Mon Sep 17 00:00:00 2001 From: Foaly Date: Fri, 13 Jan 2017 16:28:13 +0100 Subject: [PATCH] Removed css properties with unneeded prefix. --- _sass/jekyll-theme-hacker.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index da7853a..3cc3d62 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -158,8 +158,6 @@ pre { font-size: 16px; color: #b5e853; border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; text-wrap: normal; overflow: auto; overflow-y: hidden;