Skip to content

Commit 2bfaffd

Browse files
committed
update links to include the new Northwind database project
1 parent 7470b9d commit 2bfaffd

16 files changed

Lines changed: 123 additions & 356 deletions

File tree

src/RedisStackOverflow/RedisStackOverflow/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,9 @@
330330
<a href="../RestFiles/">The Rest Files</a>
331331
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
332332
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
333+
<a href="../ServiceStack.Northwind/">Northwind Database</a>
333334
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
334-
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
335335
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
336-
<a href="../ServiceStack.Examples.Clients/Silverlight.htm">Silverlight</a>
337336
</div>
338337

339338
<a class="lnk-src" href="https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Questions"><img src="img/btn-github.png" width="186" height="84" /></a>

src/RestFiles/RestFiles/css/default.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ BODY
106106
#github
107107
{
108108
position: absolute;
109-
top: 10px;
110-
left: 765px;
109+
top: 40px;
110+
left: 755px;
111111
}
112112
#header-links
113113
{
114-
margin: 10px 0 0 450px;
114+
margin: 10px 0 0 270px;
115115
}
116116
#header-links A
117117
{
118-
font-size: 12px;
119-
color: #4183C4;
118+
font-size: 13px;
119+
color: #00F;
120120
padding: 0 0 0 5px;
121121
border-left: solid 1px #ccc;
122122
}
@@ -154,7 +154,7 @@ BODY
154154
border: 1px solid #BEDCE7;
155155
overflow: hidden;
156156
width: 918px;
157-
margin: 30px 0 10px 20px;
157+
margin: 60px 0 10px 20px;
158158
color: #000;
159159
font-size: 12px;
160160
font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;

src/RestFiles/RestFiles/default.htm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414
<div id="header">
1515
<div id="header-links">
1616
<a href="../ServiceStack.Hello/">Hello World</a>
17-
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
17+
<a href="../RestFiles/">The Rest Files</a>
1818
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
19+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
20+
<a href="../ServiceStack.Northwind/">Northwind Database</a>
21+
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
22+
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
1923
</div>
24+
2025
<a id="github" href="https://github.com/ServiceStack/ServiceStack.Examples"><img src="img/btn-github.png" alt="ServiceStack.Examples project" /></a>
2126
</div>
2227

src/ServiceStack.Examples/ServiceStack.Examples.Clients/MovieRestTest.htm

Lines changed: 0 additions & 319 deletions
This file was deleted.

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Silverlight.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@
5757
<a href="../RestFiles/">The Rest Files</a>
5858
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
5959
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
60+
<a href="../ServiceStack.Northwind/">Northwind Database</a>
6061
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
61-
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
6262
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
63-
<a href="../ServiceStack.Examples.Clients/Silverlight.htm">Silverlight</a>
6463
</div>
6564

6665
<a href="http://www.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>

0 commit comments

Comments
 (0)