You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2013/02/09 18:45:01 UTC

svn commit: r850037 - in /websites/production/tapestry/content: images/ images/confluence/ images/confluence/icons/ images/confluence/icons/emoticons/ styles/

Author: bobharner
Date: Sat Feb  9 17:45:01 2013
New Revision: 850037

Log:
Fixed broken images, including banner area background and several icons

Added:
    websites/production/tapestry/content/images/bg.png   (with props)
    websites/production/tapestry/content/images/confluence/back_16.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/back_16.gif
    websites/production/tapestry/content/images/confluence/check.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/emoticons/check.gif
    websites/production/tapestry/content/images/confluence/error.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/emoticons/error.gif
    websites/production/tapestry/content/images/confluence/forbidden.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/emoticons/forbidden.gif
    websites/production/tapestry/content/images/confluence/forwd_16.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/forwd_16.gif
    websites/production/tapestry/content/images/confluence/information.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/emoticons/information.gif
    websites/production/tapestry/content/images/confluence/up_16.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/up_16.gif
    websites/production/tapestry/content/images/confluence/warning.gif
      - copied unchanged from r850033, websites/production/tapestry/content/images/confluence/icons/emoticons/warning.gif
    websites/production/tapestry/content/images/top-bg.png   (with props)
Removed:
    websites/production/tapestry/content/images/confluence/icons/back_16.gif
    websites/production/tapestry/content/images/confluence/icons/emoticons/check.gif
    websites/production/tapestry/content/images/confluence/icons/emoticons/error.gif
    websites/production/tapestry/content/images/confluence/icons/emoticons/forbidden.gif
    websites/production/tapestry/content/images/confluence/icons/emoticons/information.gif
    websites/production/tapestry/content/images/confluence/icons/emoticons/warning.gif
    websites/production/tapestry/content/images/confluence/icons/forwd_16.gif
    websites/production/tapestry/content/images/confluence/icons/up_16.gif
Modified:
    websites/production/tapestry/content/styles/style.css

Added: websites/production/tapestry/content/images/bg.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/tapestry/content/images/bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/tapestry/content/images/top-bg.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/tapestry/content/images/top-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Sat Feb  9 17:45:01 2013
@@ -96,7 +96,7 @@ a img { text-decoration: none;}
 #aside { float:right; width: 280px; padding:70px 30px 0px 0px; font-family: Georgia, serif; font-size:18px; font-style:italic; line-height:1.3em;}
 
 #banner {
-    background: url('http://people.apache.org/~uli/images/bg.png');
+    background: url('../images/bg.png');
     height: 148px;
     width: 680px;
     float: right;
@@ -226,3 +226,17 @@ a.blogDate {
 #content .navmenu TABLE { width: auto !important }
 
 #top p { margin: 0; }
+
+div.Scrollbar table.ScrollbarTable {
+    background-color: white;
+    border-top: 1px solid #F0F0F0;
+    border-bottom: 1px solid #F0F0F0;
+}
+DIV#breadcrumbs a.edit {
+    float: right;
+    font-size: 80%;
+    color: #ccf;
+}
+DIV#breadcrumbs a.edit:hover {
+    color: #393;
+}