Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f5008769
Commit
f5008769
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
really fix that spacing and nesting
parent
d02017e0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/css/docs.min.css.map
docs/assets/scss/_layout.scss
+7
-4
docs/assets/scss/_layout.scss
with
8 additions
and
5 deletions
+8
-5
docs/assets/css/docs.min.css
+
1
-
1
View file @
f5008769
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
+4 bytes (+0%)
View file @
f5008769
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/scss/_layout.scss
+
7
-
4
View file @
f5008769
...
...
@@ -120,12 +120,15 @@
// Markdown generated ToC
//
// Hide the first child li because it's always going to be "Contents".
#markdown-toc
>
li
:first-child
{
display
:
none
;
#markdown-toc
{
// Hide the first child li because it's always going to be "Contents".
>
li
:first-child
{
display
:
none
;
}
ul
{
margin-top
:
.5rem
;
padding-left
:
2rem
;
margin-top
:
.25rem
;
margin-bottom
:
.25rem
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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