mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
chore: fix typos, decap a few i18n strings (#6666)
A few typos, some from spell checker, some from grepping `the the`, `the a `, ` a the`. Some in comments and some in changelogs. Decapped a few remaining annoying strings, and one new from https://codeberg.org/forgejo/forgejo/pulls/6351 which was introduced by copy-pasting on a slightly out-of-date branch, causing Weblate to issue "reused translation" alerts again. Ref #6439. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6666 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
parent
a9c97110f9
commit
8178b4e98b
8 changed files with 15 additions and 15 deletions
|
@ -2877,7 +2877,7 @@ tbody.commit-list {
|
|||
.commit-status-header {
|
||||
/* reset the default ".ui.attached.header" styles, to use the outer border */
|
||||
border: none !important;
|
||||
/* add a bottom border to make sure the there is always a divider between the header and list when the list is scrolling */
|
||||
/* add a bottom border to make sure there is always a divider between the header and list when the list is scrolling */
|
||||
border-bottom: 1px solid var(--color-secondary) !important;
|
||||
/* use negative margin to avoid the newly added border conflict with the list's top border */
|
||||
margin: 0 0 -1px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue