- templates/compiled/template.html.en.php
- templates/compiled/template.html.gettext.serial
++compiled/
+.htaccess
+ /nbproject/private/
+ /nbproject/project.xml
+ /nbproject/project.properties
{
$imageData = $this->_adapter->getImageSize($size . $this->_src);
-- $html = '<div class="imageleft" style="width: ' . $imageData[0] . 'px;">';
++ $html = '<div class="left toolboximg" style="width: ' . $imageData[0] . 'px;">';
$html .= parent::getImage($size);
if (!empty($this->_caption)) {
$html .= '<div class="imagecaption">';
{
$imageData = $this->_adapter->getImageSize($size . $this->_src);
-- $html = '<div class="imageright" style="width: ' . $imageData[0] . 'px;">';
++ $html = '<div class="right toolboximg" style="width: ' . $imageData[0] . 'px;">';
$html .= parent::getImage($size);
if (!empty($this->_caption)) {
$html .= '<div class="imagecaption">';
#toolbox h1 {
text-transform: uppercase;
}
++.right.toolboximg {
++ padding: 0 0 20px 20px;
++ }
++.left.toolboximg {
++ padding: 0 20px 20px 0;
++ }
++.imagecaption {
++ padding: 10px;
++ font-size: 12px;
++ font-style: italic;
++ }
/* Block / Home Page Headlines */
#hHlines ul, #hHlines li {
list-style-type: none;