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
7b6f85c1
Commit
7b6f85c1
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Remove back to top link from docs
parent
ce573787
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_layouts/default.html
+0
-3
_layouts/default.html
assets/css/docs.css
+0
-25
assets/css/docs.css
with
0 additions
and
28 deletions
+0
-28
_layouts/default.html
+
0
-
3
View file @
7b6f85c1
...
...
@@ -48,9 +48,6 @@
</div>
<!-- Quick back to top -->
<a
href=
"#"
class=
"bs-top"
>
Back to top
</a>
<!-- Footer
================================================== -->
<footer
class=
"bs-footer"
>
...
...
This diff is collapsed.
Click to expand it.
assets/css/docs.css
+
0
-
25
View file @
7b6f85c1
...
...
@@ -749,11 +749,6 @@ input.focused {
margin-bottom
:
5px
;
}
/* Hide the top link initially */
.bs-top
{
display
:
none
;
}
/* Responsive variations
-------------------------------------------------- */
...
...
@@ -768,26 +763,6 @@ input.focused {
/* Tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
/* Back to top link */
.bs-top
{
display
:
block
;
/* Unhide */
float
:
left
;
padding
:
7px
15px
;
font-weight
:
500
;
color
:
#999
;
background-color
:
#eee
;
border-radius
:
4px
;
}
.bs-top
:hover
{
color
:
#fff
;
text-decoration
:
none
;
background-color
:
#999
;
}
.bs-top.affix
{
position
:
fixed
;
right
:
15px
;
bottom
:
15px
;
}
.bs-header
{
font-size
:
21px
;
text-align
:
left
;
...
...
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