We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e796201 commit 560642cCopy full SHA for 560642c
website/page.twig
@@ -80,6 +80,11 @@
80
</li>
81
</ul>
82
83
+ <p>
84
+ <iframe class="github-star" src="http://ghbtns.com/github-btn.html?user=myclabs&repo=ACL&type=watch&count=true&size=large"
85
+ allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
86
+ </p>
87
+
88
</nav>
89
90
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
website/public/css/main.css
@@ -66,6 +66,11 @@ header.navbar {
66
margin-top: 0;
67
}
68
69
+#sidebar .github-star {
70
+ margin-top: 20px;
71
+ margin-left: 50px;
72
+}
73
74
pre {
75
padding: 0;
76
border-color: #3D5166;
0 commit comments