From 69e332f432c87ce83a488a8c06a02ded26f66beb Mon Sep 17 00:00:00 2001 From: Tristan Storch Date: Sat, 30 Aug 2014 15:12:53 +0200 Subject: 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. --- public/css/gogs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index cfa11341..2d30d062 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1266,7 +1266,7 @@ body { #issue .issue-child .issue-content .user .avatar { height: 21px; width: 21px; -} +} #issue .issue-line { border-color: #CCC; @@ -1808,7 +1808,7 @@ body { position: absolute; top: 0px; bottom: 0px; - + margin: 5px; padding: 8px; -- cgit v1.2.3