Skip to content

Commit 7df2d5e

Browse files
committed
refs #14360.
git-svn-id: http://svn.dojotoolkit.org/src/demos/trunk@27533 560b804f-0ae3-0310-86f3-f6aa0a117693
1 parent 4c46173 commit 7df2d5e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

demos.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
<div id="page" class="homePage">
3636
<div id="header">
3737
<div class="container">
38-
<span id="logo"><a href="http://dojotoolkit.org/" title="Home"><img src="http://staging.dojotoolkit.org/images/logo.png" alt="Dojo Toolkit" /></a></span>
38+
<span id="logo"><a href="http://dojotoolkit.org/" title="Home"><img src="http://dojotoolkit.org/images/logo.png" alt="Dojo Toolkit" /></a></span>
3939
<ul id="navigation">
4040
<li class="home"><a href="http://dojotoolkit.org/"><span class="homeIcon"></span></a></li>
41-
<li class="download"><a href="http://dojotoolkit.org/download">Get Dojo</a></li>
41+
<li class="download"><a href="http://dojotoolkit.org/download">Download</a></li>
4242
<li class="features"><a href="http://dojotoolkit.org/features/">Features</a></li>
4343
<li class="docs"><a href="http://dojotoolkit.org/documentation">Documentation</a></li>
4444
<li class="community"><a href="http://dojotoolkit.org/community">Community</a></li>

resources/demos.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SH. Site Header (generic)
2121
#header {
2222
margin: 0;
2323
padding: 0;
24-
background: url(http://staging.dojotoolkit.org/images/header/linen.jpg) repeat-x scroll left top;
24+
background: url(http://dojotoolkit.org/images/header/linen.jpg) repeat-x scroll left top;
2525
width: 100%;
2626
height: 78px;
2727
border-bottom: 1px solid #D8D8D8;
@@ -124,7 +124,7 @@ SHN. Site Header - Navigation
124124

125125
#header ul .homeIcon,
126126
.homePage #header ul .homeIcon {
127-
background: url(http://staging.dojotoolkit.org/images/homeIcon.png) no-repeat 0 -15px;
127+
background: url(http://dojotoolkit.org/images/homeIcon.png) no-repeat 0 -15px;
128128
}
129129

130130
#header ul .homeIcon { background-position: 0 0 }
@@ -424,7 +424,6 @@ The styles for the buttons.
424424
}
425425

426426
.homePage #intro {
427-
background: url(../images/homeHeaderBg.png) no-repeat center top;
428427
margin-top: 30px;
429428
}
430429

@@ -562,7 +561,7 @@ The styles for the buttons.
562561
padding:1em;
563562
padding-left:35px;
564563
border:1px solid #ececcd;
565-
background:#fffff1 url("http://staging.dojotoolkit.org/images/tip.png") no-repeat 10px 16px;
564+
background:#fffff1 url("http://dojotoolkit.org/images/tip.png") no-repeat 10px 16px;
566565
}
567566

568567

0 commit comments

Comments
 (0)