updated/added the custom styling for the nav elements.
authorrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 13:57:09 +0000 (19:27 +0530)
committerrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 13:57:09 +0000 (19:27 +0530)
2014/assets/css/custom.css

index 966e5aaff62b93277da619360a25ad0fccdb8270..a4aa0382b98fa6cb00cd1d2a248f9af34e2f4c06 100644 (file)
   border-color: #818181;
 }
 
+.nav > li {
+  position: relative;
+  display: block;
+  color: #ffffff;
+  text-align: center;
+  background-color: #919191;
+  margin-bottom: 0.4em;
+  border: 1px solid;
+  border-radius: 5px;
+}
+
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  transition: background-color 1s;
+
+}
+
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: rgb(128, 0, 0);
+}
+
 .nav-pills > li > a {
   border-radius: 5px;
   color: inherit;
 .nav-pills > li.active > a:hover,
 .nav-pills > li.active > a:focus {
   color: #ffffff;
-  background-color: #919191;
+  background-color: rgb(128, 0, 0);
 }
 
 .carousel-inner {