Commit 92fd8622 authored by Mattia Migliorini's avatar Mattia Migliorini

Make some order in small devices header

NOTE: breaks the dropdown menu
parent 83b33429
This diff is collapsed.
......@@ -44,6 +44,15 @@ body.node-type-community-page {
header.banner {
margin-bottom:0;
.search-toggle {
position: static;
float: right;
}
.nav-toggle {
position: static;
float: left;
}
.nav-primary {
ul li a {
line-height: 17px;
......@@ -127,7 +136,9 @@ header.banner {
}
.site-name {
@media #{$breakpoint-medium} {
float:right;
}
.logo-ubuntuit {
font-size: 2.4em;
margin-bottom:0;
......
......@@ -10,8 +10,8 @@ engine = phptemplate
stylesheets[all][] = css/style.css
; SCRIPTS
scripts[] = js/yui-min.js
scripts[] = js/core.js
;scripts[] = js/yui-min.js
;scripts[] = js/core.js
; CORE REGIONS
regions[page_top] = Page Top
......
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