Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
4498de48
Commit
4498de48
authored
Jul 09, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset ul list style types inside notes
Closes #259
parent
df64e0db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+16
-0
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
4498de48
...
...
@@ -72,13 +72,28 @@ ul.notes {
.note
{
display
:
block
;
position
:relative
;
.note-body
{
overflow
:
auto
;
.note-text
{
overflow
:
auto
;
word-wrap
:
break-word
;
@include
md-typography
;
// Reset ul style types since we're nested inside a ul already
&
>
ul
{
list-style-type
:
disc
;
ul
{
list-style-type
:
circle
;
ul
{
list-style-type
:
square
;
}
}
}
// Reduce left padding of first task list ul element
ul
.task-list
:first-child
{
padding-left
:
10px
;
...
...
@@ -94,6 +109,7 @@ ul.notes {
}
}
}
.note-header
{
padding-bottom
:
3px
;
}
...
...
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