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
7de3b3ec
Commit
7de3b3ec
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix footer to use new dropdown markup
parent
1ee84d4a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_includes/footer.html
+2
-2
docs/_includes/footer.html
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/_sidebar.scss
+5
-5
docs/assets/scss/_sidebar.scss
with
8 additions
and
8 deletions
+8
-8
docs/_includes/footer.html
+
2
-
2
View file @
7de3b3ec
...
...
@@ -35,8 +35,8 @@
SimpleJekyllSearch
.
init
({
searchInput
:
document
.
getElementById
(
'
search-input
'
),
resultsContainer
:
document
.
getElementById
(
'
search-results
'
),
searchResultTemplate
:
'
<
li><a
href="{url}">{title}</a>
</li>
'
,
noResultsText
:
'
<
li
class="no-results">Sorry, there are no results for that search.</
li
>
'
,
searchResultTemplate
:
'
<
a class="dropdown-item"
href="{url}">{title}</a>
'
,
noResultsText
:
'
<
div
class="
dropdown-item
no-results">Sorry, there are no results for that search.</
div
>
'
,
dataSource
:
'
/search.json
'
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
7de3b3ec
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
+0 bytes (+0%)
View file @
7de3b3ec
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/scss/_sidebar.scss
+
5
-
5
View file @
7de3b3ec
...
...
@@ -35,15 +35,15 @@
display
:
none
;
}
>
li
>
a
{
.dropdown-item
{
padding-left
:
.75rem
;
padding-right
:
.75rem
;
}
>
li
:first-child
{
margin-top
:
.25rem
;
}
>
li
:last-child
{
margin-bottom
:
.25rem
;
}
&
:first-child
{
margin-top
:
.25rem
;
}
&
:last-child
{
margin-bottom
:
.25rem
;
}
}
>
.no-results
{
.no-results
{
padding
:
.75rem
1rem
;
color
:
#7a7a7a
;
text-align
:
center
;
...
...
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