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
674768b1
Commit
674768b1
authored
Mar 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore px unit on @font-size-base
parent
a2145df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
30 deletions
+30
-30
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+29
-29
less/variables.less
less/variables.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
674768b1
...
@@ -342,7 +342,7 @@ p {
...
@@ -342,7 +342,7 @@ p {
.lead
{
.lead
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
font-size
:
21
;
font-size
:
21
px
;
font-weight
:
200
;
font-weight
:
200
;
line-height
:
1.4
;
line-height
:
1.4
;
}
}
...
@@ -467,58 +467,58 @@ h6 {
...
@@ -467,58 +467,58 @@ h6 {
h1
,
h1
,
.h1
{
.h1
{
font-size
:
38.5
;
font-size
:
38.5
px
;
font-size
:
4rem
;
font-size
:
4rem
;
}
}
h2
,
h2
,
.h2
{
.h2
{
font-size
:
31.5
;
font-size
:
31.5
px
;
font-size
:
3rem
;
font-size
:
3rem
;
}
}
h3
,
h3
,
.h3
{
.h3
{
font-size
:
24.5
;
font-size
:
24.5
px
;
font-size
:
2.5rem
;
font-size
:
2.5rem
;
}
}
h4
,
h4
,
.h4
{
.h4
{
font-size
:
17.5
;
font-size
:
17.5
px
;
font-size
:
2rem
;
font-size
:
2rem
;
}
}
h5
,
h5
,
.h5
{
.h5
{
font-size
:
14
;
font-size
:
14
px
;
font-size
:
1.6rem
;
font-size
:
1.6rem
;
}
}
h6
,
h6
,
.h6
{
.h6
{
font-size
:
11.9
;
font-size
:
11.9
px
;
font-size
:
1.2rem
;
font-size
:
1.2rem
;
}
}
h1
small
,
h1
small
,
.h1
small
{
.h1
small
{
font-size
:
24.5
;
font-size
:
24.5
px
;
}
}
h2
small
,
h2
small
,
.h2
small
{
.h2
small
{
font-size
:
17.5
;
font-size
:
17.5
px
;
}
}
h3
small
,
h3
small
,
.h3
small
{
.h3
small
{
font-size
:
14
;
font-size
:
14
px
;
}
}
h4
small
,
h4
small
,
.h4
small
{
.h4
small
{
font-size
:
14
;
font-size
:
14
px
;
}
}
.page-header
{
.page-header
{
...
@@ -638,7 +638,7 @@ blockquote {
...
@@ -638,7 +638,7 @@ blockquote {
blockquote
p
{
blockquote
p
{
margin-bottom
:
0
;
margin-bottom
:
0
;
font-size
:
17.5
;
font-size
:
17.5
px
;
font-weight
:
300
;
font-weight
:
300
;
line-height
:
1.25
;
line-height
:
1.25
;
}
}
...
@@ -692,7 +692,7 @@ code,
...
@@ -692,7 +692,7 @@ code,
pre
{
pre
{
padding
:
0
3px
2px
;
padding
:
0
3px
2px
;
font-family
:
Monaco
,
Menlo
,
Consolas
,
"Courier New"
,
monospace
;
font-family
:
Monaco
,
Menlo
,
Consolas
,
"Courier New"
,
monospace
;
font-size
:
12
;
font-size
:
12
px
;
color
:
#333333
;
color
:
#333333
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
...
@@ -709,7 +709,7 @@ pre {
...
@@ -709,7 +709,7 @@ pre {
display
:
block
;
display
:
block
;
padding
:
9.5px
;
padding
:
9.5px
;
margin
:
0
0
10px
;
margin
:
0
0
10px
;
font-size
:
13
;
font-size
:
13
px
;
line-height
:
20px
;
line-height
:
20px
;
word-break
:
break-all
;
word-break
:
break-all
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
...
@@ -1167,7 +1167,7 @@ legend {
...
@@ -1167,7 +1167,7 @@ legend {
width
:
100%
;
width
:
100%
;
padding
:
0
;
padding
:
0
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
font-size
:
21
;
font-size
:
21
px
;
line-height
:
40px
;
line-height
:
40px
;
color
:
#333333
;
color
:
#333333
;
border
:
0
;
border
:
0
;
...
@@ -1199,7 +1199,7 @@ input[type="color"] {
...
@@ -1199,7 +1199,7 @@ input[type="color"] {
display
:
inline-block
;
display
:
inline-block
;
min-height
:
34px
;
min-height
:
34px
;
padding
:
6px
9px
;
padding
:
6px
9px
;
font-size
:
14
;
font-size
:
14
px
;
line-height
:
20px
;
line-height
:
20px
;
color
:
#555555
;
color
:
#555555
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
@@ -1375,7 +1375,7 @@ input[type="search"].input-large,
...
@@ -1375,7 +1375,7 @@ input[type="search"].input-large,
input
[
type
=
"tel"
]
.input-large
,
input
[
type
=
"tel"
]
.input-large
,
input
[
type
=
"color"
]
.input-large
{
input
[
type
=
"color"
]
.input-large
{
padding
:
11px
14px
;
padding
:
11px
14px
;
font-size
:
17.5
;
font-size
:
17.5
px
;
border-radius
:
6px
;
border-radius
:
6px
;
}
}
...
@@ -1397,7 +1397,7 @@ input[type="tel"].input-small,
...
@@ -1397,7 +1397,7 @@ input[type="tel"].input-small,
input
[
type
=
"color"
]
.input-small
{
input
[
type
=
"color"
]
.input-small
{
min-height
:
26px
;
min-height
:
26px
;
padding
:
2px
10px
;
padding
:
2px
10px
;
font-size
:
11.9
;
font-size
:
11.9
px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
...
@@ -1594,7 +1594,7 @@ select:focus:invalid:focus {
...
@@ -1594,7 +1594,7 @@ select:focus:invalid:focus {
.input-group-addon
{
.input-group-addon
{
padding
:
6px
8px
;
padding
:
6px
8px
;
font-size
:
14
;
font-size
:
14
px
;
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -1608,12 +1608,12 @@ select:focus:invalid:focus {
...
@@ -1608,12 +1608,12 @@ select:focus:invalid:focus {
.input-group-addon.input-small
{
.input-group-addon.input-small
{
padding
:
2px
10px
;
padding
:
2px
10px
;
font-size
:
11.9
;
font-size
:
11.9
px
;
}
}
.input-group-addon.input-large
{
.input-group-addon.input-large
{
padding
:
11px
14px
;
padding
:
11px
14px
;
font-size
:
17.5
;
font-size
:
17.5
px
;
}
}
.input-group
input
:first-child
,
.input-group
input
:first-child
,
...
@@ -1760,7 +1760,7 @@ select:focus:invalid:focus {
...
@@ -1760,7 +1760,7 @@ select:focus:invalid:focus {
display
:
inline-block
;
display
:
inline-block
;
padding
:
6px
12px
;
padding
:
6px
12px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-size
:
14
;
font-size
:
14
px
;
font-weight
:
500
;
font-weight
:
500
;
line-height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -1804,19 +1804,19 @@ fieldset[disabled] .btn {
...
@@ -1804,19 +1804,19 @@ fieldset[disabled] .btn {
.btn-large
{
.btn-large
{
padding
:
11px
14px
;
padding
:
11px
14px
;
font-size
:
17.5
;
font-size
:
17.5
px
;
border-radius
:
6px
;
border-radius
:
6px
;
}
}
.btn-small
{
.btn-small
{
padding
:
2px
10px
;
padding
:
2px
10px
;
font-size
:
11.9
;
font-size
:
11.9
px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
.btn-mini
{
.btn-mini
{
padding
:
0
6px
;
padding
:
0
6px
;
font-size
:
10.5
;
font-size
:
10.5
px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
...
@@ -3032,7 +3032,7 @@ a.list-group-item.active .list-group-item-text {
...
@@ -3032,7 +3032,7 @@ a.list-group-item.active .list-group-item-text {
.panel-heading
{
.panel-heading
{
padding
:
10px
15px
;
padding
:
10px
15px
;
margin
:
-15px
-15px
15px
;
margin
:
-15px
-15px
15px
;
font-size
:
17.5
;
font-size
:
17.5
px
;
font-weight
:
500
;
font-weight
:
500
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
border-bottom
:
1px
solid
#dddddd
;
border-bottom
:
1px
solid
#dddddd
;
...
@@ -4049,7 +4049,7 @@ button.close {
...
@@ -4049,7 +4049,7 @@ button.close {
.pagination-large
>
li
>
a
,
.pagination-large
>
li
>
a
,
.pagination-large
>
li
>
span
{
.pagination-large
>
li
>
span
{
padding
:
11px
14px
;
padding
:
11px
14px
;
font-size
:
17.5
;
font-size
:
17.5
px
;
}
}
.pagination-large
>
li
:first-child
>
a
,
.pagination-large
>
li
:first-child
>
a
,
...
@@ -4083,13 +4083,13 @@ button.close {
...
@@ -4083,13 +4083,13 @@ button.close {
.pagination-small
>
li
>
a
,
.pagination-small
>
li
>
a
,
.pagination-small
>
li
>
span
{
.pagination-small
>
li
>
span
{
padding
:
2px
10px
;
padding
:
2px
10px
;
font-size
:
11.9
;
font-size
:
11.9
px
;
}
}
.pagination-mini
>
li
>
a
,
.pagination-mini
>
li
>
a
,
.pagination-mini
>
li
>
span
{
.pagination-mini
>
li
>
span
{
padding
:
0
6px
;
padding
:
0
6px
;
font-size
:
10.5
;
font-size
:
10.5
px
;
}
}
.pager
{
.pager
{
...
...
less/variables.less
View file @
674768b1
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
@font-family-base: @font-family-sans-serif;
@font-size-base: 14;
@font-size-base: 14
px
;
@font-size-large: (@font-size-base * 1.25); // ~18px
@font-size-large: (@font-size-base * 1.25); // ~18px
@font-size-small: (@font-size-base * 0.85); // ~12px
@font-size-small: (@font-size-base * 0.85); // ~12px
@font-size-mini: (@font-size-base * 0.75); // ~11px
@font-size-mini: (@font-size-base * 0.75); // ~11px
...
...
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