mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user