css: fix cosmetic issue with header margin on repo pages with thumbnails

This commit is contained in:
mappu 2020-05-24 18:40:22 +12:00
parent 6ed253c7b9
commit 44be5c1249
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ body {
float:left;
width: 860px; /* 740px full - 60px rhs column - 2px border */
}
.projbody_halfw h2:first-child {
margin-top: 0;
}
.projbody_fullw {
}