BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cfbab1bc
Commit
cfbab1bc
authored
Aug 22, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add white background for no readme container
parent
0693fee2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
CHANGELOG
CHANGELOG
+1
-0
projects.scss
app/assets/stylesheets/pages/projects.scss
+17
-10
No files found.
CHANGELOG
View file @
cfbab1bc
...
...
@@ -9,6 +9,7 @@ v 8.12.0 (unreleased)
- Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling)
- Add hover color to emoji icon (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)
- Add `wiki_page_events` to project hook APIs (Ben Boeckel)
- Remove Gitorious import
...
...
app/assets/stylesheets/pages/projects.scss
View file @
cfbab1bc
...
...
@@ -600,18 +600,25 @@ pre.light-well {
}
}
.project-show-readme
.readme-holder
{
padding
:
$gl-padding
0
;
border-top
:
0
;
.edit-project-readme
{
z-index
:
2
;
position
:
relative
;
.project-show-readme
{
.row-content-block
{
background-color
:
inherit
;
border
:
none
;
}
.wiki
h1
{
border-bottom
:
none
;
padding
:
0
;
.readme-holder
{
padding
:
$gl-padding
0
;
border-top
:
0
;
.edit-project-readme
{
z-index
:
2
;
position
:
relative
;
}
.wiki
h1
{
border-bottom
:
none
;
padding
:
0
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment