* [gentoo-commits] sites/www:master commit in: _sass/, _includes/layout/
@ 2015-08-12 8:59 Alex Legler
0 siblings, 0 replies; only message in thread
From: Alex Legler @ 2015-08-12 8:59 UTC (permalink / raw
To: gentoo-commits
commit: e7fb7acb354a60d4f6fbda0f0d23f6ad2dd6f41d
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Aug 12 08:59:25 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 08:59:25 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=e7fb7acb
Fix footer nav display rules for small screens
| 2 +-
| 12 +++++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
--git a/_includes/layout/footer_sitemap.html b/_includes/layout/footer_sitemap.html
index 9c308df..2f9f6b6 100644
--- a/_includes/layout/footer_sitemap.html
+++ b/_includes/layout/footer_sitemap.html
@@ -1,4 +1,4 @@
-<div class="row row-sitemap hidden-xs">
+<div class="row row-sitemap hidden-sm hidden-xs">
<div class="col-xs-12 col-sm-4 col-md-2">
<h3 class="footerhead"><a href="/">Home</a></h3>
<ul class="sitemap">
--git a/_sass/footer.scss b/_sass/footer.scss
index 2e3512f..cb256b6 100644
--- a/_sass/footer.scss
+++ b/_sass/footer.scss
@@ -6,11 +6,6 @@ ul.sitemap {
}
}
-.container-sitemap {
- border-top: 1px solid #d5d5d5;
- border-bottom: 1px solid #d5d5d5;
-}
-
@media (min-width: 768px) {
.container-sitemap {
padding-top: 1em;
@@ -19,6 +14,13 @@ ul.sitemap {
}
}
+@media (min-width: 992px) {
+ .container-sitemap {
+ border-top: 1px solid #d5d5d5;
+ border-bottom: 1px solid #d5d5d5;
+ }
+}
+
.footer-breadcrumb {
margin-top: 2em;
}
\ No newline at end of file
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-12 8:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 8:59 [gentoo-commits] sites/www:master commit in: _sass/, _includes/layout/ Alex Legler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox