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
84a9c74e
Commit
84a9c74e
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix footer in responsive
parent
22a9a836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+5
-4
docs/assets/css/docs.css
with
5 additions
and
4 deletions
+5
-4
docs/assets/css/docs.css
+
5
-
4
View file @
84a9c74e
...
...
@@ -28,10 +28,7 @@ h3 code {
body
>
.navbar-fixed-top
{
font-size
:
13px
;
/* -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
box-shadow: 0 5px 15px rgba(0,0,0,.15);
*/
}
}
/* Change the docs' brand */
body
>
.navbar-fixed-top
.brand
{
...
...
@@ -810,6 +807,10 @@ form.bs-docs-example {
}
/* Unfloat the back to top link in footer */
.footer
{
margin-left
:
-20px
;
margin-right
:
-20px
;
}
.footer
p
{
margin-bottom
:
9px
;
}
...
...
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