File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 17
17
< div id ="header_wrap " class ="outer ">
18
18
< header class ="inner ">
19
19
< a id ="forkme_banner " href ="https://github.com/nginx-clojure "> View on GitHub</ a >
20
-
21
- < h1 id ="project_title "> nginx-clojure.github.io</ h1 >
20
+
21
+ < h1 id ="project_title "> nginx-clojure
22
+ </ h1 >
22
23
< h2 id ="project_tagline "> Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers</ h2 >
23
-
24
+ < ul class ="social-buttons ">
25
+ < li >
26
+ < iframe class ="github-btn " src ="http://ghbtns.com/github-btn.html?user=nginx-clojure&repo=nginx-clojure&type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="102px " height ="20px "> </ iframe >
27
+ </ li >
28
+ < li >
29
+ < iframe class ="github-btn " src ="http://ghbtns.com/github-btn.html?user=nginx-clojure&repo=nginx-clojure&type=fork&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="100px " height ="20px "> </ iframe >
30
+ </ li >
31
+ </ ul >
24
32
</ header >
25
33
</ div >
26
34
Original file line number Diff line number Diff line change @@ -366,7 +366,13 @@ Full-Width Styles
366
366
background : # 212121 ;
367
367
}
368
368
369
+ .social-buttons {
370
+ float : right;
371
+ }
369
372
373
+ .social-buttons li {
374
+ display : inline-block;
375
+ }
370
376
371
377
/*******************************************************************************
372
378
Small Device Styles
You can’t perform that action at this time.
0 commit comments