diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-25 21:09:10 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-25 21:09:10 -0400 |
commit | 69d61765cd61a978f4c08c9dfa8ce775b69f5dd5 (patch) | |
tree | 166ac1cea1933b35952141e015478cdef271a228 /resources/gitblit.css | |
parent | df35adb4488c65ceb750c1230c67a5c0c51d338f (diff) | |
download | gitblit-69d61765cd61a978f4c08c9dfa8ce775b69f5dd5.tar.gz gitblit-69d61765cd61a978f4c08c9dfa8ce775b69f5dd5.zip |
CSS corrections for tags page and IE
Diffstat (limited to 'resources/gitblit.css')
-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 38d1438d..f53d3e73 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -134,7 +134,7 @@ pre, code, pre.prettyprint, pre.plainprint { }
table {
- margin-bottom:5px !important;
+ margin-bottom: 5px;
font-size: inherit;
}
|