Make panel heading font bold

This commit is contained in:
Dmitriy Zaporozhets 2015-03-22 20:16:25 -07:00
parent b3c6f0b297
commit bc4e251898
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@
*/
.panel {
.panel-heading {
font-weight: bold;
.panel-head-actions {
position: relative;
top: -5px;