File tree Expand file tree Collapse file tree 2 files changed +21
-33
lines changed Expand file tree Collapse file tree 2 files changed +21
-33
lines changed Original file line number Diff line number Diff line change 4
4
</ul >
5
5
<div class =" list" >
6
6
<div id =" donate" style =" margin-bottom : 20px " >
7
- <span class =" wrapper" style =" width : 110px " >
8
- <img src =" /images/patreon.png" >
9
- <a href =" /support-vuejs" >Support Vue.js</a >
10
- </span >
7
+ <img src =" /images/patreon.png" >
8
+ <a href =" /support-vuejs" >Support Vue.js</a >
11
9
</div >
12
10
<h2 >
13
11
<% - type === ' api' ? ' API' : (type .charAt (0 ).toUpperCase () + type .slice (1 )) %>
Original file line number Diff line number Diff line change @@ -185,32 +185,22 @@ a.button
185
185
border-top 5px solid #c c c
186
186
187
187
#donate
188
- height 24px
189
- .wrapper
190
- vertical-align top
191
- height 20px
192
- border 1px solid #d4 d4 d4
193
- display inline-block
194
- box-sizing border-box
195
- line-height 16px
196
- border-radius 3px
197
- cursor pointer
198
- background-image linear-gradient (to bottom ,#fc fc fc 0 ,#e e e 100% )
199
- position relative
200
- width 72px
201
- & :hover
202
- border-color #c c c
203
- background-image linear-gradient (to bottom ,#e e e 0 ,#d d d 100% )
204
- img
205
- width 14px
206
- height 14px
207
- position absolute
208
- top 2px
209
- left 5px
210
- a
211
- font 700 11px / 14px 'Helvetica Neue' , Helvetica , Arial , sans-serif
212
- color #33 33 33
213
- text-shadow 0 1px 0 #f f f
214
- position absolute
215
- top 2px
216
- left 24px
188
+ display : inline-block
189
+ line-height : 0 ;
190
+ padding : 3px 6px
191
+ border-radius : 3px
192
+ cursor : pointer
193
+ background-image : linear-gradient (to bottom , #fc fc fc 0 , #e e e 100% )
194
+ border : 1px solid #d4 d4 d4
195
+ img
196
+ display : inline-block
197
+ vertical-align : middle
198
+ width 14px
199
+ height 14px
200
+ a
201
+ font 700 11px / 14px 'Helvetica Neue' , Helvetica , Arial , sans-serif
202
+ color #33 33 33
203
+ text-shadow 0 1px 0 #f f f
204
+ & :hover
205
+ border-color : #c c c
206
+ background-image : linear-gradient (to bottom , #e e e 0 , #d d d 100% )
You can’t perform that action at this time.
0 commit comments