Skip to content

Commit f23b4d5

Browse files
tulinkryVladimir Kotal
authored andcommitted
adding bare project to the main page
- main page now lists also projects which are not repositories
1 parent 3276557 commit f23b4d5

File tree

2 files changed

+260
-185
lines changed

2 files changed

+260
-185
lines changed

opengrok-web/src/main/webapp/default/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ label {
160160
padding-left: 20px;
161161
}
162162

163+
/* Leave some space between the tables of repositories and projects */
164+
.projects table tbody:not(:last-child):after {
165+
content: '';
166+
display: block;
167+
height: 20px;
168+
}
169+
163170
.panel > .panel-heading, .panel > .panel-heading-accordion {
164171
padding: 0 15px;
165172
border-bottom: 1px solid transparent;

0 commit comments

Comments
 (0)