Commit cfbab1bc authored by Clement Ho's avatar Clement Ho

Add white background for no readme container

parent 0693fee2
...@@ -9,6 +9,7 @@ v 8.12.0 (unreleased) ...@@ -9,6 +9,7 @@ v 8.12.0 (unreleased)
- Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling) - Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling)
- Add hover color to emoji icon (ClemMakesApps) - Add hover color to emoji icon (ClemMakesApps)
- Fix branches page dropdown sort alignment (ClemMakesApps) - Fix branches page dropdown sort alignment (ClemMakesApps)
- Add white background for no readme container (ClemMakesApps)
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention) - Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
- Add `wiki_page_events` to project hook APIs (Ben Boeckel) - Add `wiki_page_events` to project hook APIs (Ben Boeckel)
- Remove Gitorious import - Remove Gitorious import
......
...@@ -600,7 +600,13 @@ pre.light-well { ...@@ -600,7 +600,13 @@ pre.light-well {
} }
} }
.project-show-readme .readme-holder { .project-show-readme {
.row-content-block {
background-color: inherit;
border: none;
}
.readme-holder {
padding: $gl-padding 0; padding: $gl-padding 0;
border-top: 0; border-top: 0;
...@@ -613,6 +619,7 @@ pre.light-well { ...@@ -613,6 +619,7 @@ pre.light-well {
border-bottom: none; border-bottom: none;
padding: 0; padding: 0;
} }
}
} }
.git-clone-holder { .git-clone-holder {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment