James Moger
2012-01-16 5a334d0754b8e7879d2d615980ce6d5f8223ef6c
Use pre on commit and tag pages
3 files modified
11 ■■■■ changed files
resources/bootstrap.gb.css 7 ●●●● patch | view | raw | blame | history
src/com/gitblit/wicket/pages/CommitPage.html 2 ●●● patch | view | raw | blame | history
src/com/gitblit/wicket/pages/TagPage.html 2 ●●● patch | view | raw | blame | history
resources/bootstrap.gb.css
@@ -350,15 +350,10 @@
    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 {
src/com/gitblit/wicket/pages/CommitPage.html
@@ -45,7 +45,7 @@
    </table>
    
    <!-- full message -->
    <div class="commit_message" wicket:id="fullMessage">[commit message]</div>
    <pre class="commit_message" wicket:id="fullMessage">[commit message]</pre>
    <!--  git notes -->
    <table class="gitnotes">
src/com/gitblit/wicket/pages/TagPage.html
@@ -23,7 +23,7 @@
    </table>
    
    <!--  full message -->
    <div style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage">[tag full message]</div>
    <pre style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage">[tag full message]</pre>
    
    <wicket:fragment wicket:id="fullPersonIdent">
        <span wicket:id="personName"></span><span wicket:id="personAddress"></span>