@@ -55,12 +55,12 @@ <h1 id="project_title">nginx-clojure</h1>
55
55
< h6 id ="project_tagline "> Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers</ h6 >
56
56
</ header >
57
57
< div class ="btn-group " style ="border-top-width: 1px;border-top-color: #fff; ">
58
- < a href ="index.html " class ="btn btn-sample btn-lg "> < span class ="glyphicon glyphicon-home "> </ span > Home</ a >
59
- < a href ="quickstart.html " class ="btn btn-sample btn-lg "> < span class ="glyphicon glyphicon-flash "> </ span > Quick Start</ a >
60
- < a href ="downloads.html " class ="btn btn-sample btn-lg "> < span class ="glyphicon glyphicon-download-alt "> </ span > Downloads</ a >
61
- < a href ="installation.html " class ="btn btn-sample btn-lg "> < span class ="glyphicon glyphicon-hdd "> </ span > Installation</ a >
58
+ < a href ="index.html " class ="btn btn-sample btn-md "> < span class ="glyphicon glyphicon-home "> </ span > Home</ a >
59
+ < a href ="quickstart.html " class ="btn btn-sample btn-md "> < span class ="glyphicon glyphicon-flash "> </ span > Quick Start</ a >
60
+ < a href ="downloads.html " class ="btn btn-sample btn-md "> < span class ="glyphicon glyphicon-download-alt "> </ span > Downloads</ a >
61
+ < a href ="installation.html " class ="btn btn-sample btn-md "> < span class ="glyphicon glyphicon-hdd "> </ span > Installation</ a >
62
62
< div class ="btn-group ">
63
- < button type ="button " class ="btn btn-sample btn-lg dropdown-toggle " data-toggle ="dropdown " id ="docDropDownBtn "> < span class ="glyphicon glyphicon-cog "> </ span > Configuration < span class ="caret "> </ span > </ button >
63
+ < button type ="button " class ="btn btn-sample btn-md dropdown-toggle " data-toggle ="dropdown " id ="docDropDownBtn "> < span class ="glyphicon glyphicon-cog "> </ span > Configuration < span class ="caret "> </ span > </ button >
64
64
< ul class ="dropdown-menu " role ="menu ">
65
65
< li > < a href ="configuration.html#user-content-21-jvm-path--class-path--other-jvm-options "> < span class ="glyphicon glyphicon-cog "> </ span > JVM Path,Class Path & Other JVM Options</ a > </ li >
66
66
< li > < a href ="configuration.html#user-content-22-initialization-handler-for-nginx-worker "> < span class ="glyphicon glyphicon-cog "> </ span > Initialization Handler for nginx worker</ a > </ li >
@@ -74,7 +74,7 @@ <h6 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy prog
74
74
</ ul >
75
75
</ div >
76
76
< div class ="btn-group ">
77
- < button type ="button " class ="btn btn-sample btn-lg dropdown-toggle " data-toggle ="dropdown " id ="docDropDownBtn "> < span class ="glyphicon glyphicon-book "> </ span > Documents < span class ="caret "> </ span > </ button >
77
+ < button type ="button " class ="btn btn-sample btn-md dropdown-toggle " data-toggle ="dropdown " id ="docDropDownBtn "> < span class ="glyphicon glyphicon-book "> </ span > Documents < span class ="caret "> </ span > </ button >
78
78
< ul class ="dropdown-menu " role ="menu ">
79
79
<!-- <li><a href="quickstart.html"><span class="glyphicon glyphicon-flash"></span> Quick Start</a></li> -->
80
80
< li > < a href ="directives.html "> < span class ="glyphicon glyphicon-th-list text-warning "> </ span > Directives Reference</ a > </ li >
@@ -92,7 +92,7 @@ <h6 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy prog
92
92
< li > < a href ="api/ "> < span class ="glyphicon glyphicon-book text-warning "> </ span > API Reference (Clojure)</ a > </ li >
93
93
</ ul >
94
94
</ div >
95
- < a href ="userfullLinks.html " class ="btn btn-sample btn-lg "> < span class ="glyphicon glyphicon-share-alt "> </ span > Useful Links</ a >
95
+ < a href ="userfullLinks.html " class ="btn btn-sample btn-md "> < span class ="glyphicon glyphicon-share-alt "> </ span > Useful Links</ a >
96
96
</ div >
97
97
</ nav >
98
98
0 commit comments