Commit 31101935 authored by Mattia Migliorini's avatar Mattia Migliorini

Try a more ubuntu.com solution for #6

parent dfbff5a2
...@@ -7600,16 +7600,6 @@ body.node-type-community-page { ...@@ -7600,16 +7600,6 @@ body.node-type-community-page {
header.banner { header.banner {
margin-bottom: 0; margin-bottom: 0;
} }
/* line 47, ../sass/style.scss */
header.banner .search-toggle {
position: static;
float: right;
}
/* line 51, ../sass/style.scss */
header.banner .nav-toggle {
position: static;
float: left;
}
/* line 57, ../sass/style.scss */ /* line 57, ../sass/style.scss */
header.banner .nav-primary ul li a { header.banner .nav-primary ul li a {
line-height: 17px; line-height: 17px;
...@@ -7708,18 +7698,13 @@ header.banner.inverted .header-search button[type="submit"] { ...@@ -7708,18 +7698,13 @@ header.banner.inverted .header-search button[type="submit"] {
background: none; background: none;
overflow: visible; overflow: visible;
} }
/* line 138, ../sass/style.scss */
header.banner .site-name {
text-align: center;
}
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
/* line 138, ../sass/style.scss */ /* line 138, ../sass/style.scss */
header.banner .site-name { header.banner .site-name {
float: right; float: right;
text-align: left;
} }
} }
/* line 144, ../sass/style.scss */ /* line 142, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit { header.banner .site-name .logo-ubuntuit {
font-size: 2.4em; font-size: 2.4em;
margin-bottom: 0; margin-bottom: 0;
...@@ -7731,7 +7716,7 @@ header.banner .site-name .logo-ubuntuit { ...@@ -7731,7 +7716,7 @@ header.banner .site-name .logo-ubuntuit {
font-weight: 300; font-weight: 300;
} }
/* line 158, ../sass/style.scss */ /* line 156, ../sass/style.scss */
a.link-cta-ubuntu { a.link-cta-ubuntu {
margin: 0 0 0.75em 0; margin: 0 0 0.75em 0;
} }
...@@ -44,14 +44,14 @@ body.node-type-community-page { ...@@ -44,14 +44,14 @@ body.node-type-community-page {
header.banner { header.banner {
margin-bottom:0; margin-bottom:0;
.search-toggle { // .search-toggle {
position: static; // position: static;
float: right; // float: right;
} // }
.nav-toggle { // .nav-toggle {
position: static; // position: static;
float: left; // float: left;
} // }
.nav-primary { .nav-primary {
ul li a { ul li a {
...@@ -136,10 +136,8 @@ header.banner { ...@@ -136,10 +136,8 @@ header.banner {
} }
.site-name { .site-name {
text-align: center;
@media #{$breakpoint-medium} { @media #{$breakpoint-medium} {
float:right; float:right;
text-align: left;
} }
.logo-ubuntuit { .logo-ubuntuit {
font-size: 2.4em; font-size: 2.4em;
......
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