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
b6e52d55
Commit
b6e52d55
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #13905 from Jimtrim/patch-1
Update cover.css
parents
5fb1c065
29d97d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/cover/cover.css
+2
-2
docs/examples/cover/cover.css
with
2 additions
and
2 deletions
+2
-2
docs/examples/cover/cover.css
+
2
-
2
View file @
b6e52d55
...
@@ -33,8 +33,6 @@ body {
...
@@ -33,8 +33,6 @@ body {
color
:
#fff
;
color
:
#fff
;
text-align
:
center
;
text-align
:
center
;
text-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.5
);
text-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
inset
0
0
100px
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
inset
0
0
100px
rgba
(
0
,
0
,
0
,
.5
);
}
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
/* Extra markup and styles for table-esque vertical and horizontal centering */
...
@@ -43,6 +41,8 @@ body {
...
@@ -43,6 +41,8 @@ body {
width
:
100%
;
width
:
100%
;
height
:
100%
;
/* For at least Firefox */
height
:
100%
;
/* For at least Firefox */
min-height
:
100%
;
min-height
:
100%
;
-webkit-box-shadow
:
inset
0
0
100px
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
inset
0
0
100px
rgba
(
0
,
0
,
0
,
.5
);
}
}
.site-wrapper-inner
{
.site-wrapper-inner
{
display
:
table-cell
;
display
:
table-cell
;
...
...
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