diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-16 08:02:30 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-16 08:02:30 -0500 |
commit | 5a334d0754b8e7879d2d615980ce6d5f8223ef6c (patch) | |
tree | c58020b49acff62c26fdecbe6f4cbc8faa9a37c3 /resources | |
parent | bc6e1f1da04b890c0bf927a00091d0ca9879e64b (diff) | |
download | gitblit-5a334d0754b8e7879d2d615980ce6d5f8223ef6c.tar.gz gitblit-5a334d0754b8e7879d2d615980ce6d5f8223ef6c.zip |
Use pre on commit and tag pages
Diffstat (limited to 'resources')
-rw-r--r-- | resources/bootstrap.gb.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index e1092b03..7df37430 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -350,17 +350,12 @@ div.login input:focus { color: white;
}
-div.commit_message {
- font-family: monospace;
+pre.commit_message {
padding: 8px;
border: solid #ccc;
border-width: 1px 0px 0px;
}
-div.commit_message a {
- font-family: monospace;
-}
-
div.bug_open, span.bug_open {
padding: 2px;
background-color: #803333;
|