This repository was archived by the owner on Mar 21, 2022. It is now read-only.
Commit 3502519 1 parent 3e9341d commit 3502519 Copy full SHA for 3502519
File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ select{
171
171
.main-holder h2 {
172
172
text-shadow : 1px 1px 1px # fff ;
173
173
color : # 40494e ;
174
- margin : 0 0 48 px 3px ;
174
+ margin : 0 0 38 px 3px ;
175
175
font-size : 36px ;
176
176
line-height : 38px ;
177
177
}
@@ -198,6 +198,23 @@ select{
198
198
-moz-box-shadow : 1px 1px 1px # fff ;
199
199
background : # da4808 url(../ images/arrow01.png) 177px 50% no-repeat;
200
200
}
201
+ .btn-look-2 {
202
+ display : block;
203
+ font : bold 18 px/25px Arial, Helvetica, sans-serif;
204
+ border-radius : 23px ;
205
+ -moz-border-radius : 23px ;
206
+ -webkit-border-radius : 23px ;
207
+ width : 174px ;
208
+ margin-top : 10px ;
209
+ padding : 5px 18px 4px 10px ;
210
+ color : # fff ;
211
+ text-transform : uppercase;
212
+ text-align : center;
213
+ box-shadow : 1px 1px 1px # fff ;
214
+ -webkit-box-shadow : 1px 1px 1px # fff ;
215
+ -moz-box-shadow : 1px 1px 1px # fff ;
216
+ background : # 8cb2d8 url(../ images/arrow01.png) 177px 50% no-repeat;
217
+ }
201
218
.text-box {
202
219
padding : 27px 35px 18px ;
203
220
background : url(../ images/sep01.png) repeat-x;
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ <h1 class="logo"><a href="/">Fluentd</a></h1>
72
72
< section class ="text-holder ">
73
73
< h2 > Log everything in < span > JSON</ span > </ h2 >
74
74
< a href ="http://fluentd.org/doc/install.html " class ="btn-look "> Get Started</ a >
75
+ < a href ="http://fluentd.org/plugin/ " class ="btn-look-2 "> Plugins</ a >
75
76
</ section >
76
77
</ div >
77
78
< div class ="text-box ">
You can’t perform that action at this time.
0 commit comments