From 98b65edb831e95695cc840692ab8ad294478f80d Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 23 Oct 2004 17:56:46 +0000 Subject: - refactoring of comments.php - creation of function get_thumbnail_src used everywhere a thumbnail must be displayed - creation of function parse_comment_content (used in comments.php and picture.php) - concerning undefined index on arrays retrieved in database, instead of testing possibly unset values, use of @ operator (smarter...) - add pre tag in default.css stylesheet for debugging purpose (need to have left aligned text) git-svn-id: http://piwigo.org/svn/trunk@579 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/default') diff --git a/template/default/default.css b/template/default/default.css index 69829a98c..4994645ab 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -419,4 +419,9 @@ li.remoteError { div.remoteLocal { text-align:center; +} + +/* for debugging purpose */ +pre { + text-align:left; } \ No newline at end of file -- cgit v1.2.3