Commit 5ef4519c authored by Mark Otto's avatar Mark Otto
Browse files

move comment so less compiles

parent 1b06f3e8
Showing with 2194 additions and 5 deletions
+2194 -5
This diff is collapsed.
This diff is collapsed.
...@@ -109,12 +109,9 @@ ...@@ -109,12 +109,9 @@
// Topbar Nav // Topbar Nav
// ul.nav for all topbar based navigation to avoid inheritance issues and over-specificity // ul.nav for all topbar based navigation to avoid inheritance issues and over-specificity
<<<<<<< HEAD // For backwards compatability, leave in .topbar > .ul
.topbar > ul, // For backwards compatability .topbar > ul,
.nav { .nav {
=======
.topbar > ul, .nav {
>>>>>>> 3f1706f5f66bd6f4c5ae9fc33224ffdc0a82a261
display: block; display: block;
float: left; float: left;
margin: 0 10px 0 0; margin: 0 10px 0 0;
......
Supports Markdown
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