Merge branch 'develop' of cvs2.gaslightmedia.com:web/SooLocks into develop
authorOve Klykken <klykken@gmail.com>
Wed, 11 Jun 2014 15:25:15 +0000 (11:25 -0400)
committerOve Klykken <klykken@gmail.com>
Wed, 11 Jun 2014 15:25:15 +0000 (11:25 -0400)
Conflicts:
.gitignore

1  2 
.gitignore
Toolkit/Template/Image/Left.php
Toolkit/Template/Image/Right.php
styles.css

diff --cc .gitignore
@@@ -1,3 -1,3 +1,5 @@@
- templates/compiled/template.html.en.php
- templates/compiled/template.html.gettext.serial
++compiled/
 +.htaccess
+ /nbproject/private/
+ /nbproject/project.xml
+ /nbproject/project.properties
@@@ -45,7 -45,7 +45,7 @@@ class Toolkit_Template_Image_Left exten
        {
                $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">';
@@@ -45,7 -45,7 +45,7 @@@ class Toolkit_Template_Image_Right exte
        {
                $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">';
diff --cc styles.css
@@@ -174,6 -174,6 +174,17 @@@ body 
  #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;