From fd77c63a5a6ceab7e9f8e94cbc44241426ae92af Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 15 Jan 2005 10:33:45 +0000 Subject: - 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 --- template/default/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/default/default.css') 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; } -- cgit v1.2.3