diff --git a/resources/screen-common.less b/resources/screen-common.less index aac098c..288a6be 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -394,6 +394,19 @@ pre, margin: 1.5em 0 0.5em; } + dt { + font-weight: bold; + font-family: @fonts-secondary; + line-height: 1.25; + margin: 1.5em 0 0.5em; + margin-bottom: 0.1em; + } + + dl { + margin-top: 0.2em; + margin-bottom: 0.5em; + } + form dt { margin: 0 0.5em 0 0; }