Skip to content

Commit

Permalink
Remove special handling so we can collapse nag, set collapse nag at 7…
Browse files Browse the repository at this point in the history
…67 [#53710013]
  • Loading branch information
Andres Camacho committed Jul 20, 2013
1 parent a8a8b34 commit 747a014
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions vendor/assets/stylesheets/bootswatch/faf/_bootswatch.scss
Expand Up @@ -888,27 +888,13 @@ footer {

//Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) {
body {
padding-top: 0;
//background:pink !important;
}
.body-inner {
padding-top: 0;
margin-top:0;

.navbar .brand {
padding-left:30px;
}
}

}

//Landscape phone to portrait tablet
@media (max-width: 767px) {
body {
padding-top: 0;
//background:yellow !important;

}
.body-inner {
padding-top: 0;
Expand All @@ -927,7 +913,6 @@ footer {
@media (max-width: 480px) {
body {
padding-top: 0;
//background:green !important;
}
.body-inner {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootswatch/faf/_variables.scss
Expand Up @@ -179,7 +179,7 @@ $wellBackground: $grayLighter !default;

// Navbar
// -------------------------
$navbarCollapseWidth: 979px !default;
$navbarCollapseWidth: 767px !default;
$navbarCollapseDesktopWidth: $navbarCollapseWidth + 1 !default;

$navbarHeight: 50px !default;
Expand Down

0 comments on commit 747a014

Please sign in to comment.