forgejo/web_src
silverwind 11765a8206
Fix table header text-align (#30084)
Fix regression from https://github.com/go-gitea/gitea/pull/30047.
Apparently tables have certain user-agent styles that center inside
`<th>` etc. Restored the original fomantic rules for these.

Before:
<img width="1332" alt="Screenshot 2024-03-25 at 21 59 33"
src="https://github.com/go-gitea/gitea/assets/115237/e06a5509-b505-4752-9b6e-91d5ed49f61d">

After:
<img width="1330" alt="Screenshot 2024-03-25 at 21 59 40"
src="https://github.com/go-gitea/gitea/assets/115237/6444817f-dd61-4a1e-a8b3-959c2780148d">

(cherry picked from commit dd75237c3492140140c7413d788bd961692048d8)
2024-03-30 07:17:30 +01:00
..
css Fix table header text-align (#30084) 2024-03-30 07:17:30 +01:00
fomantic Remove fomantic table module (#30047) 2024-03-30 07:17:30 +01:00
js Remove jQuery .attr from the code line range selection (#30077) 2024-03-30 07:17:30 +01:00
svg Customizable "Open with" applications for repository clone (#29320) 2024-03-23 11:58:54 +01:00