PITS /
00489: classes for Image frames and captions
Summary: classes for Image frames and captions
Created: 2005-08-08 02:44
Status: Closed, added for 2.2.76
Category: Feature
From: Simon
Assigned:
Priority: 5
Version: 2 beta 54
OS:
Description:
Could the text that comprises the caption for an image (see Images) please be surrounded with a span with a class specified.
eg <span class="wikiimagecaption">paper clips are funky</span>
this will make it easier to customise these using CSS
Could the classes "frame" "lfloat" and "rfloat" currently included in the wiki page be moved to pmwiki.css
(also PITS.00497)
.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; } .lfloat { float:left; margin-right:0.5em; } .rfloat { float:right; margin-left:0.5em; }