Paul Martin
2016-04-30 a502d96a860456ec5e8c96761db70f7cabb74751
src/main/java/com/gitblit/wicket/pages/ProjectsPage.html
@@ -6,9 +6,9 @@
<body>
<wicket:extend>
   <div class="markdown" style="padding-bottom:5px;" wicket:id="projectsMessage">[projects message]</div>
<div class="container">
   
   <table class="repositories">
   <table class="repositories projectlist">
      <thead>
         <tr>   
            <th class="left">
@@ -31,7 +31,7 @@
             </tr>
       </tbody>
   </table>
</div>
</wicket:extend>
</body>
</html>