summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/static/infrastructure/scss/_detail_pages.scss
blob: 7c3d096a358ad0d7a47df2e1faef865d7de18150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.dl-horizontal-left {
  dt {
    width: 120px;
    text-align: left;
    color: rgb(160, 160, 160);
    font-weight: normal;
  }
  dd {
    margin-left: 130px;
    padding-bottom: .5em;
  }
}