replace custom class with bootstrap nav
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 10 Jan 2013 17:29:23 +0000 (18:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 10 Jan 2013 17:29:23 +0000 (18:29 +0100)
app/css/app.css

index ad39d4e..a487a0e 100644 (file)
@@ -1,34 +1,3 @@
-/* app css stylesheet */
-
-.menu {
-  list-style: none;
-  border-bottom: 0.1em solid black;
-  margin-bottom: 2em;
-  padding: 0 0 0.5em;
-}
-
-.menu:before {
-  content: "[";
-}
-
-.menu:after {
-  content: "]";
-}
-
-.menu > li {
-  display: inline;
-}
-
-.menu > li:before {
-  content: "|";
-  padding-right: 0.3em;
-}
-
-.menu > li:nth-child(1):before {
-  content: "";
-  padding: 0;
-}
-
 
 /* validation hints */