[fix] dl/dt/dd style.

This commit is contained in:
opi 2015-11-15 16:02:32 +01:00
parent 85867f9a0e
commit eb2902f6ad
2 changed files with 6 additions and 3 deletions

View file

@ -372,12 +372,15 @@ a.list-group-item-heading,
border-top: 0; border-top: 0;
} }
@dl-horizontal-offset: 220px;
.dl-horizontal { .dl-horizontal {
dt, dt,
dd { dd {
min-height: 1.5em; min-height: 1.5em;
} }
dd {
ul {padding-left: 20px;}
}
} }

File diff suppressed because one or more lines are too long