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
1654f2a6
Commit
1654f2a6
authored
Aug 17, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak docs spacing
parent
c9ed01d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
docs/_layouts/docs.html
docs/_layouts/docs.html
+1
-1
docs/assets/scss/_layout.scss
docs/assets/scss/_layout.scss
+4
-1
No files found.
docs/_layouts/docs.html
View file @
1654f2a6
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{% include nav-home.html %}
{% include nav-home.html %}
<div
class=
"bd-pageheader
text-xs-center text-sm-left
"
>
<div
class=
"bd-pageheader"
>
<div
class=
"container"
>
<div
class=
"container"
>
{% include page-headers.html %}
{% include page-headers.html %}
{% include ads.html %}
{% include ads.html %}
...
...
docs/assets/scss/_layout.scss
View file @
1654f2a6
...
@@ -35,8 +35,9 @@
...
@@ -35,8 +35,9 @@
.bd-pageheader
{
.bd-pageheader
{
padding
:
2rem
.75rem
;
padding
:
2rem
.75rem
;
margin-bottom
:
3
rem
;
margin-bottom
:
1
.5
rem
;
color
:
$bd-purple-light
;
color
:
$bd-purple-light
;
text-align
:
center
;
background-color
:
$bd-purple
;
background-color
:
$bd-purple
;
.container
{
.container
{
...
@@ -57,6 +58,8 @@
...
@@ -57,6 +58,8 @@
@include
media-breakpoint-up
(
sm
)
{
@include
media-breakpoint-up
(
sm
)
{
padding-top
:
4rem
;
padding-top
:
4rem
;
padding-bottom
:
4rem
;
padding-bottom
:
4rem
;
margin-bottom
:
3rem
;
text-align
:
left
;
.carbonad
{
.carbonad
{
margin
:
2rem
0
0
!
important
;
margin
:
2rem
0
0
!
important
;
...
...
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