mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12332] Accomplish all word creaking in template and CSS
PHPBB3-12332
This commit is contained in:
@@ -164,14 +164,14 @@
|
||||
</div>
|
||||
|
||||
<!-- IF .attach -->
|
||||
<table class="table1 zebra-table">
|
||||
<table class="table1 zebra-table fixed-width-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_FILENAME}</th>
|
||||
<th>{L_POST_TIME}</th>
|
||||
<th>{L_FILESIZE}</th>
|
||||
<th>{L_DOWNLOADS}</th>
|
||||
<th>{L_MARK}</th>
|
||||
<th style="width: 15%;">{L_POST_TIME}</th>
|
||||
<th style="width: 15%;">{L_FILESIZE}</th>
|
||||
<th style="width: 15%;">{L_DOWNLOADS}</th>
|
||||
<th style="width: 10%;">{L_MARK}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user