mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Removed trailing white spaces
Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
This commit is contained in:
parent
9bc63bda7d
commit
69e332f432
33 changed files with 99 additions and 99 deletions
|
@ -254,11 +254,11 @@ clear: both;
|
|||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
> thead > tr > th,
|
||||
> tbody > tr > th,
|
||||
> tfoot > tr > th,
|
||||
> thead > tr > td,
|
||||
> tbody > tr > td,
|
||||
> thead > tr > th,
|
||||
> tbody > tr > th,
|
||||
> tfoot > tr > th,
|
||||
> thead > tr > td,
|
||||
> tbody > tr > td,
|
||||
> tfoot > tr > td {
|
||||
border-top: 1px solid #e7eaec;
|
||||
line-height: 1.42857;
|
||||
|
@ -268,7 +268,7 @@ clear: both;
|
|||
th {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
.table-striped {
|
||||
>tbody>tr:nth-child(odd)>td,
|
||||
>tbody>tr:nth-child(odd)>th {
|
||||
|
|
|
@ -189,8 +189,8 @@ The dashboard page style
|
|||
}
|
||||
}
|
||||
a {
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue