Skip to content

Commit 1885150

Browse files
committed
change font and width
1 parent d239d98 commit 1885150

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy prog
4545
<li>Use Clojure / Java / Groovy(<strong><em>NEW</em></strong> ) to write a simple nginx rewrite handler to set var or return errors before proxy pass or content ring handler</li>
4646
<li>Non-blocking coroutine based socket which is Compatible with Java Socket API and works well with largely existing java library such as apache http client, mysql jdbc drivers.
4747
With this feature one java main thread can handle thousands of connections.</li>
48-
<li>Handle multiple sockets parallel in sub coroutines, e.g. we can invoke two remote services at the same time feature</li>
48+
<li>Handle multiple sockets parallel in sub coroutines, e.g. we can invoke two remote services at the same time.</li>
4949
<li>Asynchronous callback API of socket for some advanced usage</li>
5050
<li>Run initialization clojure code when nginx worker starting</li>
5151
<li>Support user defined http request method</li>
@@ -771,7 +771,7 @@ <h1>
771771
</ul><h1>
772772
<a name="5-license" class="anchor" href="#5-license"><span class="octicon octicon-link"></span></a>5. License</h1>
773773

774-
<p>Copyright <g-emoji alias="copyright" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/00a9.png">©</g-emoji> 2013-2014 Zhang, Yuexiang (xfeep) and released under the BSD 3-Clause license.</p>
774+
<p>Copyright <g-emoji alias="copyright" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/00a9.png">©</g-emoji> 2013-2014 Zhang, Yuexiang (xfeep) and released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a> license.</p>
775775

776776
<p>This program uses:</p>
777777

stylesheets/stylesheet.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ body {
5252
box-sizing: border-box;
5353
color:#373737;
5454
background: #212121;
55-
font-size: 16px;
56-
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
55+
font-size: 14px;
56+
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
5757
line-height: 1.5;
5858
-webkit-font-smoothing: antialiased;
5959
}
@@ -264,7 +264,7 @@ Full-Width Styles
264264

265265
.inner {
266266
position: relative;
267-
max-width: 640px;
267+
max-width: 80%;
268268
padding: 20px 10px;
269269
margin: 0 auto;
270270
}

0 commit comments

Comments
 (0)