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
68146db0
Commit
68146db0
authored
Jul 05, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buttons and pre updates for font-size
parent
3c07eaa2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/docs.css
docs/assets/css/docs.css
+3
-0
less/buttons.less
less/buttons.less
+1
-1
less/variables.less
less/variables.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
68146db0
...
@@ -786,7 +786,7 @@ cite {
...
@@ -786,7 +786,7 @@ cite {
code
,
code
,
pre
{
pre
{
padding
:
0
3px
2px
;
padding
:
0
3px
2px
;
font-family
:
M
enlo
,
Monac
o
,
Consolas
,
"Courier New"
,
monospace
;
font-family
:
M
onaco
,
Menl
o
,
Consolas
,
"Courier New"
,
monospace
;
font-size
:
13px
;
font-size
:
13px
;
color
:
#333333
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
...
@@ -2726,7 +2726,7 @@ button.close {
...
@@ -2726,7 +2726,7 @@ button.close {
.btn
{
.btn
{
display
:
inline-block
;
display
:
inline-block
;
*
display
:
inline
;
*
display
:
inline
;
padding
:
4px
1
0
px
4px
;
padding
:
4px
1
4
px
4px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
*
margin-left
:
.3em
;
*
margin-left
:
.3em
;
font-size
:
14px
;
font-size
:
14px
;
...
...
docs/assets/css/docs.css
View file @
68146db0
...
@@ -428,6 +428,9 @@ h2 + .row {
...
@@ -428,6 +428,9 @@ h2 + .row {
margin-left
:
0
;
margin-left
:
0
;
list-style
:
none
;
list-style
:
none
;
}
}
.the-icons
li
{
line-height
:
25px
;
}
.the-icons
i
:hover
{
.the-icons
i
:hover
{
background-color
:
rgba
(
255
,
0
,
0
,
.25
);
background-color
:
rgba
(
255
,
0
,
0
,
.25
);
}
}
...
...
less/buttons.less
View file @
68146db0
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.btn {
.btn {
display: inline-block;
display: inline-block;
.ie7-inline-block();
.ie7-inline-block();
padding: 4px 1
0
px 4px;
padding: 4px 1
4
px 4px;
margin-bottom: 0; // For input.btn
margin-bottom: 0; // For input.btn
font-size: @baseFontSize;
font-size: @baseFontSize;
line-height: @baseLineHeight;
line-height: @baseLineHeight;
...
...
less/variables.less
View file @
68146db0
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
// -------------------------
// -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: M
enlo, Monac
o, Consolas, "Courier New", monospace;
@monoFontFamily: M
onaco, Menl
o, Consolas, "Courier New", monospace;
@baseFontSize: 14px;
@baseFontSize: 14px;
@baseFontFamily: @sansFontFamily;
@baseFontFamily: @sansFontFamily;
...
...
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