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
e5e5f661
Commit
e5e5f661
authored
May 08, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.bs-docs-header to .bs-header
parent
67b7a2fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
docs/_layouts/default.html
docs/_layouts/default.html
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+5
-5
No files found.
docs/_layouts/default.html
View file @
e5e5f661
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
{% include nav-main.html %}
{% include nav-main.html %}
<!-- Docs page layout -->
<!-- Docs page layout -->
<div
class=
"bs-
docs-
header"
>
<div
class=
"bs-header"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
{{ page.title }}
</h1>
<h1>
{{ page.title }}
</h1>
<p>
{{ page.lead }}
</p>
<p>
{{ page.lead }}
</p>
...
...
docs/assets/css/docs.css
View file @
e5e5f661
...
@@ -89,17 +89,17 @@ body {
...
@@ -89,17 +89,17 @@ body {
-------------------------------------------------- */
-------------------------------------------------- */
/* Page headers */
/* Page headers */
.bs-
docs-
header
{
.bs-header
{
padding
:
30px
30px
40px
;
padding
:
30px
30px
40px
;
font-size
:
16px
;
font-size
:
16px
;
color
:
#5a5a5a
;
color
:
#5a5a5a
;
text-align
:
center
;
text-align
:
center
;
border-bottom
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
}
}
.bs-
docs-
header
h1
{
.bs-header
h1
{
color
:
#b94a48
;
color
:
#b94a48
;
}
}
.bs-
docs-
header
p
{
.bs-header
p
{
font-weight
:
300
;
font-weight
:
300
;
line-height
:
1.5
;
line-height
:
1.5
;
}
}
...
@@ -668,11 +668,11 @@ input.focused {
...
@@ -668,11 +668,11 @@ input.focused {
bottom
:
15px
;
bottom
:
15px
;
}
}
.bs-
docs-
header
{
.bs-header
{
font-size
:
21px
;
font-size
:
21px
;
text-align
:
left
;
text-align
:
left
;
}
}
.bs-
docs-
header
h1
{
.bs-header
h1
{
font-size
:
60px
;
font-size
:
60px
;
line-height
:
1
;
line-height
:
1
;
}
}
...
...
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