Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
800d0b24
Commit
800d0b24
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove page-header from docs and add to type.less
parent
91e9f6fa
3 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+9
-1
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
+0
-8
docs/assets/css/docs.css
less/type.less
+11
-0
less/type.less
with
20 additions
and
9 deletions
+20
-9
docs/assets/css/bootstrap.css
+
9
-
1
View file @
800d0b24
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Jan 27 1
4:48
:5
3
PST 2012
* Date: Fri Jan 27 1
5:27
:5
1
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
@@ -316,6 +316,14 @@ h6 {
...
@@ -316,6 +316,14 @@ h6 {
color
:
#999999
;
color
:
#999999
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
.page-header
{
padding-bottom
:
17px
;
margin
:
18px
0
;
border-bottom
:
1px
solid
#eeeeee
;
}
.page-header
h1
{
line-height
:
1
;
}
ul
,
ol
{
ul
,
ol
{
padding
:
0
;
padding
:
0
;
margin
:
0
0
9px
25px
;
margin
:
0
0
9px
25px
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
0
-
8
View file @
800d0b24
...
@@ -42,14 +42,6 @@ body {
...
@@ -42,14 +42,6 @@ body {
section
{
section
{
padding-top
:
60px
;
padding-top
:
60px
;
}
}
.page-header
{
margin
:
18px
0
;
border-bottom
:
1px
solid
#eee
;
}
.page-header
h1
{
margin-bottom
:
17px
;
line-height
:
1
;
}
/* Faded out hr */
/* Faded out hr */
hr
.soften
{
hr
.soften
{
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
11
-
0
View file @
800d0b24
...
@@ -75,6 +75,17 @@ h6 {
...
@@ -75,6 +75,17 @@ h6 {
text-transform: uppercase;
text-transform: uppercase;
}
}
// Page header
.page-header {
padding-bottom: @baseLineHeight - 1;
margin: @baseLineHeight 0;
border-bottom: 1px solid @grayLighter;
}
.page-header h1 {
line-height: 1;
}
// LISTS
// LISTS
// -----
// -----
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets