requet/static: use serif font for entity's popover titles

fixes #4026
This commit is contained in:
Benjamin Dauvergne 2014-01-23 16:02:43 +01:00
parent 28243bf147
commit 249449456a
1 changed files with 3 additions and 0 deletions

View File

@ -46,3 +46,6 @@
.miller-column.miller-selected .miller-row.miller-selected {
background: #08C;
}
.popover-title {
font-family: serif;
}