fixed router bug and cleaned up code

This commit is contained in:
Yaman 2015-01-12 21:35:09 -05:00
commit 5ca2b750f1
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ h5 {
} }
h6 { h6 {
margin:0; margin:0;
padding:1% 10% 0% 0%; padding:0% 10% 0% 0%;
padding-left:3.6%; padding-left:3.6%;
} }
/* End */ /* End */

View File

@ -12,6 +12,7 @@
margin: 0; margin: 0;
list-style: none; list-style: none;
cursor: pointer; cursor: pointer;
margin-bottom:3%;
} }
.tab-item.active { .tab-item.active {
border-radius: top 5px; border-radius: top 5px;