diff options
Diffstat (limited to 'template/default/copper')
-rw-r--r-- | template/default/copper/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/default/copper/style.css b/template/default/copper/style.css index 6bbb183..20e5210 100644 --- a/template/default/copper/style.css +++ b/template/default/copper/style.css @@ -15,6 +15,7 @@ h2 { margin: 0px; font-size: 11px; font-weight: bold; color: black; display: inl h3 { margin: 0px; font-size: 11px; font-weight: bold; color: black; } h4 { margin: 0px; font-size: 11px; font-weight: normal; font-style: italic; color: black; } h5 { margin: 1px 5px; font-size: 11px; font-weight: normal; color: black; text-align: right; } +h6 { margin: 1px 5px; font-size: 10px; font-weight: normal; color: black; text-align: right; } label { cursor: default; } |