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:
Tristan Storch 2014-08-30 15:12:53 +02:00
parent 9bc63bda7d
commit 69e332f432
33 changed files with 99 additions and 99 deletions

View file

@ -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 {

View file

@ -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;
}
}