Make actions dropdown easier to find by making the dropdown title bold

This commit is contained in:
Rob Vermaas 2013-10-08 13:32:46 +02:00
parent 0ec03aa0f4
commit 20f1bf215a
2 changed files with 5 additions and 1 deletions

View file

@ -69,7 +69,7 @@
<ul class="nav nav-tabs">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<a class="dropdown-toggle actions" data-toggle="dropdown" href="#">
Actions
<b class="caret"></b>
</a>

View file

@ -95,3 +95,7 @@ td.nowrap {
.override-link a {
color: inherit;
}
.actions {
font-weight:bold;
}