aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-20 21:32:44 +0800
committerslene <vslene@gmail.com>2014-03-20 21:32:44 +0800
commitfa455ab757886b56a2adb3de77d9db06bfae0eb6 (patch)
tree349611b21f3ac482ffd02ee26f26fe9f3d87f2ca
parentc8790eb7d367cec25f1201f923ca017268fe157d (diff)
downloadgitea-fa455ab757886b56a2adb3de77d9db06bfae0eb6.tar.gz
gitea-fa455ab757886b56a2adb3de77d9db06bfae0eb6.zip
fix offset
-rwxr-xr-xpublic/css/gogs.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 3a8760c355..d1b1e155a8 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -501,8 +501,7 @@ html, body {
}
.activity-list .info {
- float: left;
- padding: 0 0 0 10px;
+ margin: 0 0 0 40px;
line-height: 1.7em;
}