diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 15:27:56 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 15:27:56 +0000 |
commit | 3e14f9f6ef522c32fcb732c80f71167a0eda6a7a (patch) | |
tree | 17a218f8703fb1092d3b59b85e39025f478d8fee /site/site-publish | |
parent | 33899870fec91c4bd4868ae3969a4437df145f74 (diff) |
Removing references to incubator resource
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site/site-publish')
-rw-r--r-- | site/site-publish/stylesheets/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/site-publish/stylesheets/default.css b/site/site-publish/stylesheets/default.css index b7d85afd4b..1861d24803 100644 --- a/site/site-publish/stylesheets/default.css +++ b/site/site-publish/stylesheets/default.css @@ -848,7 +848,7 @@ td.noformatting { */
.bottomshadow {
height: 12px;
- background-image: url("http://incubator.apache.org/tuscany/images/border_bottom.gif");
+ background-image: url("http://tuscany.apache.org/images/border_bottom.gif");
background-repeat: repeat-x;
}
@@ -1366,7 +1366,7 @@ div.auto_complete ul strong.highlight { }
.footer {
- background-image: url("http://incubator.apache.org/tuscany/images/border_bottom.gif");
+ background-image: url("http://tuscany.apache.org/images/border_bottom.gif");
background-repeat: repeat-x;
background-position: left top;
padding-top: 6px;
|