From: zurbchris Date: Wed, 25 Nov 2015 01:16:55 +0000 (-0800) Subject: changes where background-color was being applied in docs sticky magellan example X-Git-Tag: v6.0.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d216b77daee6c660fcc187842c8c65b179fbfa14;p=thirdparty%2Ffoundation%2Ffoundation-sites.git changes where background-color was being applied in docs sticky magellan example --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 779e4a6fb..da6014261 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -32,8 +32,8 @@ ul:last-child { float: right; } } .sticky-mag { + background-color: white; &.stuck-mag { - background-color: white; border-bottom: 2px solid #121212; } }