From: harry Date: Sat, 11 Mar 2017 20:14:46 +0000 (+0530) Subject: Renamed Heading bar utility to Title bar utility X-Git-Tag: v6.4.0-rc1~23^2~20^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138c54786f7a87c08f6d79923b0bec3487b10be2;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Renamed Heading bar utility to Title bar utility --- diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index fb8b2c95a..f2db90a82 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -254,7 +254,7 @@ Adjust font-size by overriding an element’s default size. --- -## Heading Bar Utility +## Title Bar Utility This creates a tiny bar below the heading of an element and is usually used within the heading of a section. diff --git a/scss/prototype/_bar.scss b/scss/prototype/_bar.scss index c7d7d1834..57f4ccf7c 100644 --- a/scss/prototype/_bar.scss +++ b/scss/prototype/_bar.scss @@ -30,7 +30,7 @@ $prototype-bar-background: $primary-color !default; /// @type Number $prototype-bar-margin-top: $global-margin !default; -/// Heading Bar utility, mostly used to style the main heading of a section +/// Title Bar Utility, mostly used to style the main heading of a section /// @param {String} $align [$prototype-bar-align] - Bar Alignment /// @param {Number} $height [$prototype-bar-height] - Width /// @param {Number} $width [$prototype-bar-width] - Height @@ -45,7 +45,7 @@ $prototype-bar-margin-top: $global-margin !default; ) { text-align: $align !important; @include clearfix; - + &::after { @include position(relative); width: $width; diff --git a/scss/prototype/_prototype.scss b/scss/prototype/_prototype.scss index fd85469b3..b6b4ac15c 100644 --- a/scss/prototype/_prototype.scss +++ b/scss/prototype/_prototype.scss @@ -39,7 +39,7 @@ // Shadow Utility @import 'shadow'; -// Heading Bar Utility +// Title Bar Utility @import 'bar'; // Overflow helper classes