Skip to content

Commit 63752bf

Browse files
author
zzzprojects
committed
Update css
Update css
1 parent eeb2983 commit 63752bf

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

docs/_includes/aside.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ <h4>Getting Started</h4>
1313
<li><a href="upgrading">Upgrading</a></li>
1414
<li><a href="licensing">Licensing</a></li>
1515
</ul>
16-
16+
<!--
1717
<h4>Tutorials</h4>
1818
<ul>
1919
<li><a href="tutorial-compile-execute">Compile & Execute</a></li>
2020
<li><a href="tutorial-linq-dynamic">LINQ Dynamic</a></li>
2121
</ul>
22-
22+
!-->
2323
</div>
2424
</div>
2525

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="{{ include.href }}">try it online</a>
1+
<a href="{{ include.href }}" target="_blank" class="try-it-online">Try it online</a>

docs/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,18 @@ var name = nameGetter(customer);
576576
</div>
577577
</div>
578578
</footer>
579-
579+
<style>
580+
figure.highlight {
581+
margin-bottom: 0;
582+
}
583+
figure.highlight pre {
584+
margin-bottom: 5;
585+
}
586+
.try-it-online {
587+
margin-left: 5px;
588+
}
589+
590+
</style>
580591
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
581592
<script src="http://entityframework-plus.net/js/tether.min.js"></script>
582593
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>

docs/pages/tutorials/licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The validate method allow you to know whether your license is valid or not.
5252
{% include template-example.html %}
5353
{% highlight csharp %}
5454
string licenseErrorMessage;
55-
if (!Z.Expressions.EvalManager.ValidateLicense(out licenseErrorMessage))
55+
if (!Z.Expressions.EvalManager.ValidateLicense.ValidateLicense(out licenseErrorMessage))
5656
{
5757
throw new Exception(licenseErrorMessage);
5858
}

0 commit comments

Comments
 (0)