Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
1.6.0 quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fs654 committed Dec 1, 2015
1 parent f342cb6 commit 96e72e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/fbsync.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
}
@media only screen and (min-width: 960px) {
#app-navigation.main-app-content li {
#app-navigation.main-app-nav li {
position: relative;
z-index: 9;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
?>

<div id="app" class="fbsync">
<div id="app-navigation">
<div id="app-navigation" class="main-app-nav">
<?php print_unescaped($this->inc('part.navigation')); ?>
<?php print_unescaped($this->inc('part.settings')); ?>
</div>
Expand Down

0 comments on commit 96e72e2

Please sign in to comment.