[Checkins] SVN: plonetheme.zope2/trunk/plonetheme/zope2/ tweaks

Andreas Jung andreas at andreas-jung.com
Wed Sep 2 07:01:34 EDT 2009


Log message for revision 103480:
  tweaks
  

Changed:
  U   plonetheme.zope2/trunk/plonetheme/zope2/browser/footer.pt
  U   plonetheme.zope2/trunk/plonetheme/zope2/skins/plonetheme_zope2_styles/ploneCustom.css.dtml

-=-
Modified: plonetheme.zope2/trunk/plonetheme/zope2/browser/footer.pt
===================================================================
--- plonetheme.zope2/trunk/plonetheme/zope2/browser/footer.pt	2009-09-02 10:53:28 UTC (rev 103479)
+++ plonetheme.zope2/trunk/plonetheme/zope2/browser/footer.pt	2009-09-02 11:01:34 UTC (rev 103480)
@@ -1,14 +1,15 @@
 <div id="portal-footer" metal:define-macro="portal_footer" i18n:domain="plone">
 
 <p>
-     This site is &copy; 2009,  Zope Foundation and
+     This site is &copy; 2009,  
+     <a href="http://foundation.zope.org">Zope Foundation</a> and
       <a href="http://plone.org"
          title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information."
          i18n:attributes="title title_built_with_plone;"
          i18n:translate="label_powered_by_plone">
-        powered by Plone</a>
+        powered by the Plone CMS</a>
 </p>
-<p>
+<p id="contributors">
     <span class="label">Design:</span> Alma Ong, <a href="http://www.clearnoodle.com">Clearnoodle</a> <br/>
     <span class="label">Implementation:</span> Robert Rottermann + Gerhard Hug, <a href="http://www.redcor.ch">Redcor</a> <br/>
     <span class="label">Webmaster/Coordinator:</span> Andreas Jung, <a href="http://www.zopyx.com">ZOPYX</a> <br/>

Modified: plonetheme.zope2/trunk/plonetheme/zope2/skins/plonetheme_zope2_styles/ploneCustom.css.dtml
===================================================================
--- plonetheme.zope2/trunk/plonetheme/zope2/skins/plonetheme_zope2_styles/ploneCustom.css.dtml	2009-09-02 10:53:28 UTC (rev 103479)
+++ plonetheme.zope2/trunk/plonetheme/zope2/skins/plonetheme_zope2_styles/ploneCustom.css.dtml	2009-09-02 11:01:34 UTC (rev 103480)
@@ -184,6 +184,7 @@
 font-size: 125%;
 padding: 25px 30px 1em 40px !important;
 background: &dtml-backgroundColor;;
+width: 536px;
 }
 .documentContent ul {
 list-style-image: url(&dtml-portal_url;/bullet.gif);
@@ -686,6 +687,10 @@
 padding-left: 10px;
 }
 
+#contributors {
+    font-size: 8px;
+}
+
 /* </dtml-with> */
 
 /* Latest version of the documentation on pre-defined properties from Plone 



More information about the checkins mailing list