diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-25 20:30:05 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-25 20:30:05 -0400 |
commit | 1d221a7731b41474bb73783d8d56ba3b12658b53 (patch) | |
tree | 8b8e67a80bdf889e36e406d4aeb7bfc7d2bab66c | |
parent | 33ceba86da02923f00908ba1eeaae557fa37d391 (diff) | |
download | gitblit-1d221a7731b41474bb73783d8d56ba3b12658b53.tar.gz gitblit-1d221a7731b41474bb73783d8d56ba3b12658b53.zip |
Tweak activity page css for improved spacing
-rw-r--r-- | resources/gitblit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index 9b96a1ac..38d1438d 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -773,7 +773,7 @@ table.annotated td { table.activity {
width: 100%;
- margin-top: 5px;
+ margin-top: 10px;
}
tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
|