Commit 2e071c76 authored by Mattia Migliorini's avatar Mattia Migliorini

Display second-level-nav

parent b9b9673b
......@@ -7721,15 +7721,19 @@ header.banner .site-name .logo-ubuntuit {
footer.global {
background: #eeeeee;
}
/* line 167, ../sass/style.scss */
footer.global .footer-a ul li h2 + ul.second-level-nav {
display: block;
}
/* line 168, ../sass/style.scss */
/* line 172, ../sass/style.scss */
.inner-wrapper {
-moz-box-shadow: 0 2px 3px #c9c9c9;
-webkit-box-shadow: 0 2px 3px #c9c9c9;
box-shadow: 0 2px 3px #c9c9c9;
}
/* line 175, ../sass/style.scss */
/* line 179, ../sass/style.scss */
a.link-cta-ubuntu {
margin: 0 0 0.75em 0;
}
......@@ -163,6 +163,10 @@ header.banner {
footer.global {
background: #eeeeee;
.footer-a ul li h2 + ul.second-level-nav {
display: block;
}
}
.inner-wrapper {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment