diff options
Diffstat (limited to '')
-rw-r--r-- | template/cclear/content.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css index a7468497f..480f158bf 100644 --- a/template/cclear/content.css +++ b/template/cclear/content.css @@ -56,6 +56,14 @@ text-align: left; } +/* content defaults */ +#content dl, dd { margin: 10px; } +#content dt { + margin-bottom: 5px; + font-style: italic; + font-size: 110%; +} + /* actions */ div.titrePage ul.categoryActions { float: right; |