Skip to content

Commit 50ee37b

Browse files
committed
Site updated @ Fri Jan 2 22:04:51 CST 2015
1 parent 4f405e9 commit 50ee37b

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

_social_links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h1><a href="index.html" title="回首頁">Guides.rubyonrails.org</a></h1>
203203
<div id="container">
204204
<div class="wrapper">
205205
<div id="mainCol">
206-
<ol class="snsb" style="margin-left: 13px">
206+
<ul class="snsb">
207207
<li>
208208
<iframe src="http://ghbtns.com/github-btn.html?user=docrails-tw&repo=guides&type=watch&count=true"
209209
allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20">
@@ -217,7 +217,7 @@ <h1><a href="index.html" title="回首頁">Guides.rubyonrails.org</a></h1>
217217
Tweet
218218
</a>
219219
</li>
220-
</ol>
220+
</ul>
221221

222222

223223
<h3>反饋</h3>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h2>Ruby on Rails 指南 (8a1c347)</h2>
212212
其他版本:<a href="//guides.rubyonrails.org/v4.0.12/">Rails 4.0.12</a><a href="//guides.rubyonrails.org/v3.2.21/">Rails 3.2.21</a><a href="//guides.rubyonrails.org/v2.3.11/">Rails 2.3.11</a>
213213
</p>
214214

215-
<ol class="snsb" style="margin-left: 13px">
215+
<ul class="snsb">
216216
<li>
217217
<iframe src="http://ghbtns.com/github-btn.html?user=docrails-tw&repo=guides&type=watch&count=true"
218218
allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20">
@@ -226,7 +226,7 @@ <h2>Ruby on Rails 指南 (8a1c347)</h2>
226226
Tweet
227227
</a>
228228
</li>
229-
</ol>
229+
</ul>
230230

231231

232232

stylesheets/application.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylesheets/application.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylesheets/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
.snsb {
1111
overflow: hidden;
12+
margin-top: 20px;
13+
margin-left: 0px;
14+
margin-bottom: 0px;
1215
}
1316

1417
.snsb li {

0 commit comments

Comments
 (0)