You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css/modules
silverwind dd75237c34
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">
11 months ago
..
animations.css Load citation JS only when needed (#29855) 11 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 2 years ago
button.css Fix button hover border (#30048) 11 months ago
card.css Update JS dependencies and misc tweaks (#25540) 2 years ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
container.css Remove fomantic container module (#30036) 11 months ago
divider.css Reduce margin/padding on flex-list items and divider (#27872) 1 year ago
flexcontainer.css Fix flex container width (#28603) 1 year ago
grid.css Remove fomantic grid module (#29894) 11 months ago
header.css Remove fomantic header module (#30033) 11 months ago
message.css Various code view improvements (#30014) 11 months ago
modal.css Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
navbar.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
normalize.css Use line-height: normal by default (#26635) 1 year ago
segment.css Remove fomantic segment module (#30042) 11 months ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
table.css Fix table header text-align (#30084) 11 months ago
tippy.css Add `<overflow-menu>`, rename webcomponents (#29400) 11 months ago
toast.css Remove some unused CSS styles (#26852) 1 year ago