Skip to content

Commit 2a089e5

Browse files
author
Ludo237
committed
Fixed paypal button
Added italian translation for description
1 parent 602b7c3 commit 2a089e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title><%- page.title ? page.title + ' - ' : '' %>vue.js</title>
66
<meta charset="utf-8">
7-
<meta name="description" content="Vue.js - Intuitive, Fast and Composable MVVM for building interactive interfaces.">
7+
<meta name="description" content="Vue.js - Libreria intuitiva, veloce per costruire interfacce interattive tramite MVVM.">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
99
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono' rel='stylesheet' type='text/css'>
1010
<link href='http://fonts.googleapis.com/css?family=Dosis:300,500&text=Vue.js' rel='stylesheet' type='text/css'>

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<% } %>
2020
<div class="footer">
2121
Trovato qualche errore nella documentazione?
22-
<a href="https://github.com/vuejs/vuejs.org/blob/master/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
22+
<a href="https://github.com/vuejs/it.vuejs.org/blob/master/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
2323
Modifica questa pagina su Github!
2424
</a>
2525
</div>

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<% }) %>
2020
</ul>
2121
<div id="donate">
22-
<span class="wrapper" style="width: 110px">
22+
<span class="wrapper" style="width: 110px; height: 34px;">
2323
<img src="/images/paypal.png">
2424
<a href="https://www.paypal.me/evanyou" target="_blank">Comprami un caffé</a>
2525
</span>

themes/vue/source/css/_common.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ a.button
186186
width 14px
187187
height 14px
188188
position absolute
189-
top 3px
189+
top 10px
190190
left 5px
191191
a
192192
font 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif

0 commit comments

Comments
 (0)