Skip to content

Commit 69596ee

Browse files
committed
Use style for text-align in Stats
1 parent ea9f30a commit 69596ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/static_pages/stats.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- @range.each do |year|
4646
%td{style: 'padding: 0 5px; font-weight: bold;'} #{year}年
4747
%td{style: 'padding: 0 5px; font-weight: bold;'} 合計
48-
%tbody{align: 'center'}
48+
%tbody{style: 'text-align: center;'}
4949
%tr
5050
%td 道場数
5151
- @range.each do |year|

0 commit comments

Comments
 (0)