Image Include
Created 24 Jan 2013 11:31, Updated 24 Jan 2013 11:31
The [[include inc:picture]] image include uses a combination of three classes in a table. There is a definition for the entire thing, the heading, and the caption area. The classes are:
Here is the default code: .incpicture{ border: 1px solid #660; background-color: #FFF; } .incpictureheading{ background-color: #DDB; } .incpicturecaption{ font-size: 80%; font-style: italic; } .incpicture is the class that controls the looks of the overall include. .incpictureheading controls the small heading box. .incpicturecaption controls the caption area. |
|
Fix IE bug