Smaller headers on settings cards

This commit is contained in:
Mark McDowall
2013-06-26 16:48:48 -07:00
parent 195f9d9d27
commit 281790ff0a
4 changed files with 28 additions and 8 deletions
+10 -1
View File
@@ -15,7 +15,16 @@
height: 260px;
padding: 10px 15px;
h2 {
h3 {
margin-top: 0px;
display: inline-block;
width: 190px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
}