aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-01-15 10:33:45 +0000
committerplegall <plg@piwigo.org>2005-01-15 10:33:45 +0000
commitfd77c63a5a6ceab7e9f8e94cbc44241426ae92af (patch)
treec399f4d441d75590232edebbfd0045345f4d616b
parentde750e1a8f453807e7950b71d2497bc6f9899209 (diff)
- bug fixed : disable nowrap on category description (which can be long...)
git-svn-id: http://piwigo.org/svn/trunk@692 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css
index c2c31b6a6..53631e8bc 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -141,7 +141,7 @@ div.information { font-size:14px; font-weight:bold;}
.info
{
margin:5px 0px 5px 0px;
- white-space:nowrap;
+ /* white-space:nowrap; */
text-align:center;
}