Skip to content

Commit e743fc8

Browse files
committed
Small fix for the prefectures table
1 parent b7fd7fc commit e743fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/table.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ h4{line-height:1.45em;margin-bottom:15px;}
3030
.table>tbody>tr>td{color:#fff}
3131
.table>thead>tr>th{border-bottom-width:1px;font-size:12px;font-weight:700;border:0;color:#fff;}
3232
.table>tbody>tr>td,.table>thead>tr>th{border-color:hsla(0,0%,100%,.1);padding:9px 7px;vertical-align:middle;}
33-
.table>tbody>tr{position:relative;}
33+
/*.table>tbody>tr{position:relative;}*/
3434
.table-responsive{overflow:auto;padding-bottom:10px;}
3535
.table-responsive th.orderable{cursor:pointer;}
3636
table{table-layout:fixed;}

0 commit comments

Comments
 (0)