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
104477af
Commit
104477af
authored
8 years ago
by
Geremia Taglialatela
Committed by
Bardi Harborow
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix body padding in Dashboard and Jumbotron examples.
The actual navbar height is 3.5rem.
parent
c5a9ebf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/examples/dashboard/dashboard.css
+2
-2
docs/examples/dashboard/dashboard.css
docs/examples/jumbotron/jumbotron.css
+2
-2
docs/examples/jumbotron/jumbotron.css
with
4 additions
and
4 deletions
+4
-4
docs/examples/dashboard/dashboard.css
+
2
-
2
View file @
104477af
...
...
@@ -2,9 +2,9 @@
* Base structure
*/
/* Move down content because we have a fixed navbar that is
50px
tall */
/* Move down content because we have a fixed navbar that is
3.5rem
tall */
body
{
padding-top
:
50px
;
padding-top
:
3.5rem
;
}
/*
...
...
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron/jumbotron.css
+
2
-
2
View file @
104477af
/* Move down content because we have a fixed navbar that is
50px
tall */
/* Move down content because we have a fixed navbar that is
3.5rem
tall */
body
{
padding-top
:
2
rem
;
padding-top
:
3.5
rem
;
}
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