diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-18 20:25:08 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-18 20:25:08 +0000 |
commit | 4b9bc10cde25d43c813584f80416181e11274157 (patch) | |
tree | c5b5908392e8c1706af7dd844e7d91821ea1a437 /template/cclear/content.css | |
parent | 8f01d7529936310238786886bd49e3b6178003a3 (diff) |
cclean : fixed some styles in the admin section
git-svn-id: http://piwigo.org/svn/trunk@829 68402e56-0260-453c-a942-63ccdbb3a9ee
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; |