Skip to content

Commit

Permalink
Added padding to the 'children' div
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Seth committed Sep 13, 2010
1 parent 5164131 commit 5dce291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/file/_fileList.gsp
@@ -1,8 +1,8 @@
<ol style="padding:2px;">
<ol>
<g:each in="${locations}" var="location">
<li>
<a class="showReportLink" href="${createLink(action: 'showDetails', params: [filePath: location])}">${location}</a>
<div class="children"></div>
<div class="children" style="padding:5px;"></div>
</li>
</g:each>
</ol>
Expand Down

0 comments on commit 5dce291

Please sign in to comment.