diff options
author | Johan Sørensen <johan@johansorensen.com> | 2009-12-14 12:07:46 +0100 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2009-12-14 12:07:46 +0100 |
commit | 1c1681ea624fe349e9a0cb5f2edb63030ca7363d (patch) | |
tree | 9e79088d3f50c5955e898326fb0b83bdc509dd32 | |
parent | 859cbfc5eac677f41fb0d0c6cdbaccbe7278987c (diff) | |
download | gitorious-mainline-outdated-1c1681ea624fe349e9a0cb5f2edb63030ca7363d.zip gitorious-mainline-outdated-1c1681ea624fe349e9a0cb5f2edb63030ca7363d.tar.gz gitorious-mainline-outdated-1c1681ea624fe349e9a0cb5f2edb63030ca7363d.tar.bz2 |
Fixed some invalid CSS rules
-rw-r--r-- | public/stylesheets/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/base.css b/public/stylesheets/base.css index 58c6c2a..9b39236 100644 --- a/public/stylesheets/base.css +++ b/public/stylesheets/base.css @@ -1376,7 +1376,7 @@ div.being_constructed .hint { } #user_login_auto_complete li.committer div.name { - font-weight: bold + font-weight: bold; font-size: 12px; line-height: 1.2em; } @@ -1604,7 +1604,7 @@ table tr td.inline_comments { border-right: 1px solid #cdcdcd; } table tr td.inline_comments .diff-comment-count { - background: orange; + background-color: orange; padding: 1px 4px; margin: 0 1px; background: #222; @@ -2762,7 +2762,7 @@ table.select_commits_from_list tr.merged td.meta, table.select_commits_from_list tr.unmerged td.meta, table.select_commits_from_list tr.unknown-status td.meta { - background-position: 7px left; + background-position: 7px 0; background-repeat: no-repeat; padding-left: 16px; } |