James Moger
2015-07-04 81ab1562e68e92b4470c2c93fad944dfb3790eb9
Merge pull request #286 from mrjoel/mrjoel-projectlistcss

provide spacing on the projects page listing
2 files modified
8 ■■■■ changed files
src/main/java/com/gitblit/wicket/pages/ProjectsPage.html 2 ●●● patch | view | raw | blame | history
src/main/resources/gitblit.css 6 ●●●● patch | view | raw | blame | history
src/main/java/com/gitblit/wicket/pages/ProjectsPage.html
@@ -8,7 +8,7 @@
<wicket:extend>
<div class="container">
    
    <table class="repositories">
    <table class="repositories projectlist">
        <thead>
            <tr>    
                <th class="left">
src/main/resources/gitblit.css
@@ -1734,7 +1734,11 @@
    line-height: 17px;
}
table.repositories {
table.projectlist {
    margin-top: 10px;
}
table.repositories {
    border:1px solid #ddd;
    border-spacing: 0px;
    width: 100%;