Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ef49635a
Commit
ef49635a
authored
Feb 27, 2014
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix csslint errors.
parent
05ccc185
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
docs/examples/cover/cover.css
docs/examples/cover/cover.css
+1
-0
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+1
-1
docs/examples/sticky-footer-navbar/sticky-footer-navbar.css
docs/examples/sticky-footer-navbar/sticky-footer-navbar.css
+2
-2
docs/examples/sticky-footer/index.html
docs/examples/sticky-footer/index.html
+1
-1
docs/examples/sticky-footer/sticky-footer.css
docs/examples/sticky-footer/sticky-footer.css
+1
-1
No files found.
docs/examples/cover/cover.css
View file @
ef49635a
...
@@ -84,6 +84,7 @@ body {
...
@@ -84,6 +84,7 @@ body {
.masthead-nav
>
li
>
a
:hover
,
.masthead-nav
>
li
>
a
:hover
,
.masthead-nav
>
li
>
a
:focus
{
.masthead-nav
>
li
>
a
:focus
{
background-color
:
transparent
;
background-color
:
transparent
;
border-bottom-color
:
#a9a9a9
;
border-bottom-color
:
rgba
(
255
,
255
,
255
,
.25
);
border-bottom-color
:
rgba
(
255
,
255
,
255
,
.25
);
}
}
.masthead-nav
>
.active
>
a
,
.masthead-nav
>
.active
>
a
,
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
ef49635a
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<p>
Back to
<a
href=
"../sticky-footer"
>
the default sticky footer
</a>
minus the navbar.
</p>
<p>
Back to
<a
href=
"../sticky-footer"
>
the default sticky footer
</a>
minus the navbar.
</p>
</div>
</div>
<div
id
=
"footer"
>
<div
class
=
"footer"
>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</div>
...
...
docs/examples/sticky-footer-navbar/sticky-footer-navbar.css
View file @
ef49635a
...
@@ -8,7 +8,7 @@ body {
...
@@ -8,7 +8,7 @@ body {
/* Margin bottom by footer height */
/* Margin bottom by footer height */
margin-bottom
:
60px
;
margin-bottom
:
60px
;
}
}
#
footer
{
.
footer
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
0
;
width
:
100%
;
width
:
100%
;
...
@@ -29,7 +29,7 @@ body > .container {
...
@@ -29,7 +29,7 @@ body > .container {
margin
:
20px
0
;
margin
:
20px
0
;
}
}
#
footer
>
.container
{
.
footer
>
.container
{
padding-right
:
15px
;
padding-right
:
15px
;
padding-left
:
15px
;
padding-left
:
15px
;
}
}
...
...
docs/examples/sticky-footer/index.html
View file @
ef49635a
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<p>
Use
<a
href=
"../sticky-footer-navbar"
>
the sticky footer with a fixed navbar
</a>
if need be, too.
</p>
<p>
Use
<a
href=
"../sticky-footer-navbar"
>
the sticky footer with a fixed navbar
</a>
if need be, too.
</p>
</div>
</div>
<div
id
=
"footer"
>
<div
class
=
"footer"
>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</div>
...
...
docs/examples/sticky-footer/sticky-footer.css
View file @
ef49635a
...
@@ -8,7 +8,7 @@ body {
...
@@ -8,7 +8,7 @@ body {
/* Margin bottom by footer height */
/* Margin bottom by footer height */
margin-bottom
:
60px
;
margin-bottom
:
60px
;
}
}
#
footer
{
.
footer
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
0
;
width
:
100%
;
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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