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
6011b467
Commit
6011b467
authored
Dec 23, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rearrange some docs css
parent
b500713d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
30 deletions
+29
-30
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/scss/docs.scss
docs/assets/scss/docs.scss
+28
-29
No files found.
docs/assets/css/docs.min.css
View file @
6011b467
This diff is collapsed.
Click to expand it.
docs/assets/scss/docs.scss
View file @
6011b467
...
...
@@ -278,43 +278,42 @@ body {
padding-top
:
2rem
;
padding-bottom
:
2rem
;
margin-bottom
:
2rem
;
font-size
:
1
.25rem
;
text-align
:
center
;
background-color
:
$bs-purple
;
}
.bs-docs-header
h1
{
.container
{
position
:
relative
;
}
h1
{
margin-top
:
0
;
color
:
#fff
;
}
.bs-docs-header
p
{
}
p
{
margin-bottom
:
0
;
font-weight
:
300
;
line-height
:
1
.4
;
color
:
rgba
(
255
,
255
,
255
,.
65
);
}
.bs-docs-header
.container
{
position
:
relative
;
}
}
@media
(
min-width
:
768px
)
{
.bs-docs-header
{
font-size
:
1
.5rem
;
@media
(
min-width
:
768px
)
{
text-align
:
left
;
}
.bs-docs-header
h1
{
h1
{
font-size
:
4rem
;
line-height
:
1
;
}
}
}
@media
(
min-width
:
992px
)
{
.bs-docs-header
{
@media
(
min-width
:
992px
)
{
padding-top
:
4rem
;
padding-bottom
:
4rem
;
}
.bs-docs-header
h1
,
.bs-docs-header
p
{
h1
,
p
{
margin-right
:
380px
;
}
}
}
...
...
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