aboutsummaryrefslogtreecommitdiff
path: root/public/ng/fonts
Commit message (Collapse)AuthorAge
* #1487 Readme TemplateUnknwon2015-08-28
|
* pull request page ui review, upgrade octicon iconsfuxiaohei2014-09-23
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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.
* New UI merge in progressUnknwon2014-07-26