From 1985b7ecced0df4cfe2d9cf6337b40040d1ebf60 Mon Sep 17 00:00:00 2001 From: iissnan Date: Tue, 15 Mar 2016 14:24:42 +0800 Subject: [PATCH] CSS: Remove custom Gist styles. #106 --- .../components/highlight/highlight.styl | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/source/css/_common/components/highlight/highlight.styl b/source/css/_common/components/highlight/highlight.styl index bc4275357..fa89657c5 100644 --- a/source/css/_common/components/highlight/highlight.styl +++ b/source/css/_common/components/highlight/highlight.styl @@ -54,44 +54,6 @@ pre padding-right: 20px .line height: 20px -.gist - margin: 20px 0 - border-style: solid - border-color: $border-color - border-width: 1px 0 - background: highlight-background - padding: 15px $content-desktop-padding 15px 15px - .gist-file - border: none - font-family: $font-family-monospace - margin: 0 - .gist-data - background: none - border: none - .line-numbers - @extend $line-numbers - background: none - border: none - padding: 0 20px 0 0 - .line-data - padding: 0 !important - .highlight - margin: 0 - padding: 0 - border: none - .gist-meta - background: highlight-background - color: highlight-comment - font: 13px $font-family-base - text-shadow: 0 0 - padding: 0 - margin-top: 1em - margin-left: $content-desktop-padding - a - color: color-link - font-weight: normal - &:hover - text-decoration: underline pre .comment