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
bc88c90b
Commit
bc88c90b
authored
Aug 05, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer overhaul again
parent
97bcfb9e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
14 deletions
+26
-14
docs/_includes/footer.html
docs/_includes/footer.html
+3
-3
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+10
-6
docs/assets/css/docs.min.css.map
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/scss/_footer.scss
docs/assets/scss/_footer.scss
+13
-5
No files found.
docs/_includes/footer.html
View file @
bc88c90b
<footer
class=
"bd-footer"
role=
"contentinfo"
>
<footer
class=
"bd-footer
text-muted
"
role=
"contentinfo"
>
<div
class=
"
bd-
container"
>
<div
class=
"container"
>
<ul
class=
"bd-footer-links
text-muted
"
>
<ul
class=
"bd-footer-links"
>
<li><a
href=
"{{ site.repo }}"
>
GitHub
</a></li>
<li><a
href=
"{{ site.repo }}"
>
GitHub
</a></li>
<li><a
href=
"https://twitter.com/getbootstrap"
>
Twitter
</a></li>
<li><a
href=
"https://twitter.com/getbootstrap"
>
Twitter
</a></li>
<li><a
href=
"../getting-started/#examples"
>
Examples
</a></li>
<li><a
href=
"../getting-started/#examples"
>
Examples
</a></li>
...
...
docs/assets/css/docs.min.css
View file @
bc88c90b
...
@@ -395,14 +395,18 @@
...
@@ -395,14 +395,18 @@
border-radius
:
.25rem
;
}
}
border-radius
:
.25rem
;
}
}
.bd-footer
{
.bd-footer
{
padding
-top
:
2rem
;
padding
:
4rem
0
;
margin-top
:
2
rem
;
margin-top
:
4
rem
;
font-size
:
85%
;
font-size
:
85%
;
color
:
#8e869d
;
background-color
:
#f7f7f7
;
text-align
:
center
;
text-align
:
center
;
}
background-color
:
#2a2730
;
}
.bd-footer
a
{
.bd-footer
a
{
color
:
#fff
;
}
font-weight
:
500
;
color
:
#55595c
;
}
.bd-footer
a
:hover
{
color
:
#0275d8
;
}
.bd-footer
p
{
margin-bottom
:
0
;
}
@media
(
min-width
:
34em
)
{
@media
(
min-width
:
34em
)
{
.bd-footer
{
.bd-footer
{
text-align
:
left
;
}
}
text-align
:
left
;
}
}
...
...
docs/assets/css/docs.min.css.map
View file @
bc88c90b
This diff was suppressed by a .gitattributes entry.
docs/assets/scss/_footer.scss
View file @
bc88c90b
...
@@ -3,15 +3,23 @@
...
@@ -3,15 +3,23 @@
//
//
.bd-footer
{
.bd-footer
{
padding
-top
:
2rem
;
padding
:
4rem
0
;
margin-top
:
2
rem
;
margin-top
:
4
rem
;
font-size
:
85%
;
font-size
:
85%
;
color
:
$bd-graphite-light
;
background-color
:
#f7f7f7
;
text-align
:
center
;
text-align
:
center
;
background-color
:
$bd-graphite
;
a
{
a
{
color
:
#fff
;
font-weight
:
500
;
color
:
$gray
;
&
:hover
{
color
:
$link-color
;
}
}
p
{
margin-bottom
:
0
;
}
}
@include
media-breakpoint-up
(
sm
)
{
@include
media-breakpoint-up
(
sm
)
{
...
...
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