Changeset - e29b927d4de4
[Not reviewed]
default
0 2 0
Mads Kiilerich - 12 years ago 2013-06-04 14:01:57
madski@unity3d.com
Grafted from: 56ebb0bc1a9f
pullrequest: indent PR descriptions in overview
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4656,6 +4656,9 @@ div.pr {
 
    margin: 0px 20px;
 
    padding: 10px 4px;
 
}
 
div.pr-desc {
 
    margin: 0px 20px;
 
}
 
div.pr-closed {
 
    background-color: #eee;
 
}
rhodecode/templates/pullrequests/pullrequest_data.html
Show inline comments
 
@@ -12,7 +12,7 @@
 
       %endif
 
    </div>
 
    <h5 style="border:0px;padding-bottom:0px">${_('Title')}: ${pr.title}</h5>
 
    <div>${pr.description}</div>
 
    <div class="pr-desc">${pr.description}</div>
 
  </div>
 
% endfor
 

	
0 comments (0 inline, 0 general)