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
df35e261
Commit
df35e261
authored
Mar 28, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rejigger some content and start exploring section headings
parent
ba46d859
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
196 additions
and
183 deletions
+196
-183
docs/assets/css/docs.css
docs/assets/css/docs.css
+20
-1
docs/docs.html
docs/docs.html
+176
-182
No files found.
docs/assets/css/docs.css
View file @
df35e261
...
...
@@ -35,7 +35,6 @@ body {
/* Padding for in-page bookmarks */
section
{
padding-top
:
30px
;
}
/* Few stylistic typography tweaks */
...
...
@@ -52,6 +51,19 @@ section > ul li {
/* Jumbotrons
-------------------------------------------------- */
.bs-docs-section-header
{
margin
:
60px
0
;
}
.bs-docs-section-header
h1
,
.bs-docs-section-header
.lead
{
color
:
#8a8a8a
;
}
.bs-docs-section-header
h1
{
font-size
:
80px
;
font-size
:
8rem
;
line-height
:
1
;
}
/* Base class */
.bs-docs-jumbotron
{
position
:
relative
;
...
...
@@ -198,11 +210,18 @@ section > ul li {
.bs-docs-sidenav-heading
{
margin
:
0
;
}
.bs-docs-sidenav-heading
a
{
display
:
block
;
padding
:
15px
20px
;
color
:
#999
;
border-bottom
:
1px
solid
#e5e5e5
;
box-shadow
:
0
1px
0
#fff
;
}
.bs-docs-sidenav-heading
a
:hover
{
color
:
#777
;
text-decoration
:
none
;
}
.bs-docs-sidenav
.nav-header
{
padding
:
25px
20px
5px
;
...
...
docs/docs.html
View file @
df35e261
This diff is collapsed.
Click to expand it.
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