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
3c3e56ca
Commit
3c3e56ca
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
.bs-docs-top to .bs-top
parent
e5e5f661
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_layouts/customize.html
+1
-1
docs/_layouts/customize.html
docs/_layouts/default.html
+1
-1
docs/_layouts/default.html
docs/assets/css/docs.css
+3
-3
docs/assets/css/docs.css
docs/assets/js/application.js
+1
-1
docs/assets/js/application.js
with
6 additions
and
6 deletions
+6
-6
docs/_layouts/customize.html
+
1
-
1
View file @
3c3e56ca
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
{{ content }}
{{ content }}
<!-- Quick back to top -->
<!-- Quick back to top -->
<a
href=
"#welcome"
class=
"bs-
docs-
top"
>
<a
href=
"#welcome"
class=
"bs-top"
>
Back to top
Back to top
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/_layouts/default.html
+
1
-
1
View file @
3c3e56ca
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</div>
</div>
<!-- Quick back to top -->
<!-- Quick back to top -->
<a
href=
"#welcome"
class=
"bs-
docs-
top"
>
<a
href=
"#welcome"
class=
"bs-top"
>
Back to top
Back to top
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
3
-
3
View file @
3c3e56ca
...
@@ -649,7 +649,7 @@ input.focused {
...
@@ -649,7 +649,7 @@ input.focused {
}
}
/* Back to top link */
/* Back to top link */
.bs-
docs-
top
{
.bs-top
{
float
:
left
;
float
:
left
;
padding
:
7px
15px
;
padding
:
7px
15px
;
font-weight
:
500
;
font-weight
:
500
;
...
@@ -657,12 +657,12 @@ input.focused {
...
@@ -657,12 +657,12 @@ input.focused {
background-color
:
#eee
;
background-color
:
#eee
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.bs-
docs-
top
:hover
{
.bs-top
:hover
{
color
:
#fff
;
color
:
#fff
;
text-decoration
:
none
;
text-decoration
:
none
;
background-color
:
#999
;
background-color
:
#999
;
}
}
.bs-
docs-
top.affix
{
.bs-top.affix
{
position
:
fixed
;
position
:
fixed
;
right
:
15px
;
right
:
15px
;
bottom
:
15px
;
bottom
:
15px
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/application.js
+
1
-
1
View file @
3c3e56ca
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
},
100
)
},
100
)
setTimeout
(
function
()
{
setTimeout
(
function
()
{
$
(
'
.bs-
docs-
top
'
).
affix
()
$
(
'
.bs-top
'
).
affix
()
},
100
)
},
100
)
// make code pretty
// make code pretty
...
...
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