Skip to content

Commit 5cc8769

Browse files
committed
getting the GitHub icon to line-up perfectly
1 parent 2bfaffd commit 5cc8769

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/RedisStackOverflow/RedisStackOverflow/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ INPUT[type=text]
6060
}
6161
.lnk-src
6262
{
63-
padding-top: 30px;
63+
padding: 26px 17px 0 0;
6464
float: right;
6565
}
6666
.ib

src/ServiceStack.Hello/default.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
.lnk-src
8080
{
8181
clear: right;
82-
padding-top: 10px;
82+
padding: 6px 17px 0 0;
8383
float: right;
8484
}
8585

src/ServiceStack.MovieRest/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ INPUT[type=text]
5555
}
5656
.lnk-src
5757
{
58-
padding: 26px 12px 0 0;
58+
padding: 26px 17px 0 0;
5959
float: right;
6060
}
6161
.ib

src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
position: absolute;
4444
top: 40px;
45-
left: 760px;
45+
left: 755px;
4646
}
4747
H1
4848
{
@@ -275,18 +275,18 @@ <h4>Nothing but C#</h4>
275275
</strong>. Everything else seen here is automatically provided by <a href="http://www.servicestack.net">ServiceStack</a> using a code-first, convention-based approach.
276276
ServiceStack can infer a richer intelligence about your services to better able to provide more generic and re-usable functionality for free!
277277
</p>
278-
<h4>Config-free, convention-based, pure C# model-driven, web services</h4>
279-
<p>
280-
No other config, code-gen are required and you do not need to learn any other artificial constructs and concepts to get started.
281-
The logic of your services simply live in a pure C#, dependency-free and testable class.
282-
</p>
283278
<p>
284279
You're unlikley to ever see the same WCF SOAP service, generating a visually informative
285280
<a href="https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat">HTML view</a> of your data,
286281
allow it to be exposed over <a href="servicestack/metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://github.com/ServiceStack/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a> data file.
287282
With ServiceStack not only is this possible - it comes out-of-the-box, config-pain-free :)
288283
</p>
289-
<h4>Un-learning WCF RPC</h4>
284+
<h4>Config-free, convention-based, pure C# model-driven, web services</h4>
285+
<p>
286+
No other config, code-gen are required and you do not need to learn any other artificial constructs and concepts to get started.
287+
The logic of your services simply live in a pure C#, dependency-free and testable class.
288+
</p>
289+
<h4>Get Started by un-learning WCF RPC</h4>
290290
<p>
291291
The initial difficulty to new developers coming to ServiceStack is having to <b>un-learn WCFs RPC</b> approach to web services.
292292
In our opinion the problem with WCF is not that it's an abstract walled-interface forcing you to develop all your Network services in.

0 commit comments

Comments
 (0)