Skip to content

Commit 5155093

Browse files
committed
added final touches to ServiceStack.Questions. Updated all the links to include a link to Redis StackOverflow.
1 parent 4b2e41d commit 5155093

23 files changed

Lines changed: 322 additions & 57 deletions

File tree

Lib

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

libs/ServiceStack.dll

0 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<div id="header-links">
5656
<a href="../ServiceStack.Hello/">Hello World</a>
5757
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
58+
<a href="../ServiceStack.Questions.Host.Web/">Redis StackOverflow</a>
5859
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
5960
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
6061
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap11.aspx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<div id="header-links">
1313
<a href="../ServiceStack.Hello/">Hello World</a>
1414
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
15+
<a href="../ServiceStack.Questions.Host.Web/">Redis StackOverflow</a>
1516
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
1617
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
1718
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap12.aspx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<div id="header-links">
1313
<a href="../ServiceStack.Hello/">Hello World</a>
1414
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
15+
<a href="../ServiceStack.Questions.Host.Web/">Redis StackOverflow</a>
1516
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
1617
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
1718
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/default.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
<div id="header-links">
135135
<a href="../ServiceStack.Hello/">Hello World</a>
136136
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
137+
<a href="../ServiceStack.Questions.Host.Web/">Redis StackOverflow</a>
137138
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
138139
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
139140
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Hello/default.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#header-links
2222
{
2323
top: 10px;
24-
left: 500px;
24+
left: 375px;
2525
position: absolute;
2626
}
2727
#header-links A, #footer-links A
@@ -118,6 +118,7 @@
118118
<div id="header-links">
119119
<a href="../ServiceStack.Hello/">Hello World</a>
120120
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
121+
<a href="../ServiceStack.Questions.Host.Web/">Redis StackOverflow</a>
121122
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
122123
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
123124
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.MovieRest/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A IMG
1212
#header-links
1313
{
1414
top: 10px;
15-
left: 500px;
15+
left: 375px;
1616
position: absolute;
1717
}
1818
#header-links A, #footer-links A

0 commit comments

Comments
 (0)