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/default-layout.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/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css index e921779bb..d4be6120a 100644 --- a/template/cclear/default-layout.css +++ b/template/cclear/default-layout.css @@ -55,7 +55,7 @@ IMG { } /** General defaults **/ -ul { text-align: left;} +ul, dl { text-align: left;} /** forms **/ div.formbox { |