From: Matt Ferderer Date: Tue, 1 Nov 2016 17:47:10 +0000 (-0500) Subject: Removed top-bar.scss from docs.scss and deleted file. X-Git-Tag: v6.3-rc1~24^2~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd969257ccff386a452cb0b4656b31a8082c71f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed top-bar.scss from docs.scss and deleted file. --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index a5d5cb1ca..49d6ec3ef 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -25,7 +25,6 @@ @import 'examples/orbit'; @import 'examples/responsive-embed'; @import 'examples/reveal'; -@import 'examples/top-bar'; @import 'course-callout'; diff --git a/docs/assets/scss/examples/_top-bar.scss b/docs/assets/scss/examples/_top-bar.scss deleted file mode 100644 index 8c8206841..000000000 --- a/docs/assets/scss/examples/_top-bar.scss +++ /dev/null @@ -1,5 +0,0 @@ -.docs-code-live .top-bar-title strong { - margin-top: 7px; - display: inline-block; - margin-left: 8px; -}