- 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
This commit is contained in:
plegall
2005-01-15 10:33:45 +00:00
parent de750e1a8f
commit fd77c63a5a
+1 -1
View File
@@ -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;
}