diff options
Diffstat (limited to 'public/ng/less/ui/reset.less')
-rw-r--r-- | public/ng/less/ui/reset.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index a1501d6574..f58e1a4730 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -230,6 +230,7 @@ label { font-weight: bold; } +textarea, input, .ipt { padding: .6em; @@ -374,3 +375,7 @@ pre { overflow: auto; padding: 0; } + +dt { + font-weight: bold; +}
\ No newline at end of file |