From d4ef396d25f5b834e937a2a3f7d8f2d8e11baf81 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Thu, 22 Mar 2012 12:19:38 +0200 Subject: [PATCH] Remove gray-h4 mixin that's used only once. --- template/resources/sass/_class_overview.scss | 7 ++++++- template/resources/sass/_mixins.scss | 8 -------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/template/resources/sass/_class_overview.scss b/template/resources/sass/_class_overview.scss index da284871..a4c4f588 100644 --- a/template/resources/sass/_class_overview.scss +++ b/template/resources/sass/_class_overview.scss @@ -13,7 +13,12 @@ margin: 0 0 10px 60px; font-size: 12px; } .hierarchy { - @include gray-h4; + h4 { + font-family: $docs-font; + font-size: 90%; + padding: 11px 0 5px 0; + text-transform: uppercase; + color: #999999; } .dependency, .alternate-class-name { padding: 0 0 0 12px; margin-top: 3px; } diff --git a/template/resources/sass/_mixins.scss b/template/resources/sass/_mixins.scss index d2e0a168..1cd26f41 100644 --- a/template/resources/sass/_mixins.scss +++ b/template/resources/sass/_mixins.scss @@ -52,14 +52,6 @@ .icon-component-redirect { background: url(../images/icons.png) no-repeat 0 -640px; } } -@mixin gray-h4 { - h4 { - font-family: $docs-font; - font-size: 90%; - padding: 11px 0 5px 0; - text-transform: uppercase; - color: #999999; } } - @mixin green-button { @include box-shadow(#b3f33d 0 1px 0 0 inset); color: #fff; -- GitLab