Index: static/scss/layout/_navbar.scss |
=================================================================== |
--- a/static/scss/layout/_navbar.scss |
+++ b/static/scss/layout/_navbar.scss |
@@ -9,30 +9,35 @@ |
// help.eyeo.com is distributed in the hope that it will be useful, |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// GNU General Public License for more details. |
// |
// You should have received a copy of the GNU General Public License |
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
+/******************************************************************************* |
+ * Navbar |
+ ******************************************************************************/ |
+ |
.navbar |
{ |
padding-top: $md; |
padding-bottom: $md; |
color: $white; |
background-color: $black; |
} |
.navbar a |
{ |
color: $white; |
} |
-// Navbar Collapse |
+/* Navbar Collapse |
+ ******************************************************************************/ |
.navbar-collapse |
{ |
display: none; |
clear: both; |
&.open |
{ |