Skip to content

Commit eb4fbd7

Browse files
committed
Make td headings bold font in Stats
1 parent 92f6aa8 commit eb4fbd7

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
@@ -38,7 +38,7 @@
3838
%tr
3939
%th
4040
- @range.each do |year|
41-
%td{style: 'padding: 0 5px'} #{year}年
41+
%td{style: 'padding: 0 5px; font-weight: bold;'} #{year}年
4242
%tbody{align: 'center'}
4343
%tr
4444
%td 新規道場数

0 commit comments

Comments
 (0)