AC-531 the active tab was always clickable. Now it appears clickable.

This commit is contained in:
Chris Houseknecht
2014-04-11 02:24:40 -04:00
parent 69c1aed22d
commit 0d753b74d0
2 changed files with 5 additions and 2 deletions

View File

@@ -413,6 +413,11 @@ dd {
color: @blue;
}
#main_tabs.nav-tabs>li.active>a, #main_tabs.nav-tabs>li.active>a:hover, #main_tabs.nav-tabs>li.active>a:focus {
color: @blue;
cursor: pointer;
}
.text-justify {
text-align: justify;
}