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
6c9ec3d8
Commit
6c9ec3d8
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
run grunt dist on .small additions
parent
857e697d
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/bootstrap.css
+28
-7
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
with
29 additions
and
8 deletions
+29
-8
dist/css/bootstrap.css
+
28
-
7
View file @
6c9ec3d8
...
@@ -495,7 +495,19 @@ h6 small,
...
@@ -495,7 +495,19 @@ h6 small,
.h3
small
,
.h3
small
,
.h4
small
,
.h4
small
,
.h5
small
,
.h5
small
,
.h6
small
{
.h6
small
,
h1
.small
,
h2
.small
,
h3
.small
,
h4
.small
,
h5
.small
,
h6
.small
,
.h1
.small
,
.h2
.small
,
.h3
.small
,
.h4
.small
,
.h5
.small
,
.h6
.small
{
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
1
;
line-height
:
1
;
color
:
#999999
;
color
:
#999999
;
...
@@ -510,7 +522,10 @@ h3 {
...
@@ -510,7 +522,10 @@ h3 {
h1
small
,
h1
small
,
h2
small
,
h2
small
,
h3
small
{
h3
small
,
h1
.small
,
h2
.small
,
h3
.small
{
font-size
:
65%
;
font-size
:
65%
;
}
}
...
@@ -523,7 +538,10 @@ h6 {
...
@@ -523,7 +538,10 @@ h6 {
h4
small
,
h4
small
,
h5
small
,
h5
small
,
h6
small
{
h6
small
,
h4
.small
,
h5
.small
,
h6
.small
{
font-size
:
75%
;
font-size
:
75%
;
}
}
...
@@ -685,15 +703,18 @@ blockquote.pull-right {
...
@@ -685,15 +703,18 @@ blockquote.pull-right {
}
}
blockquote
.pull-right
p
,
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
blockquote
.pull-right
small
,
blockquote
.pull-right
.small
{
text-align
:
right
;
text-align
:
right
;
}
}
blockquote
.pull-right
small
:before
{
blockquote
.pull-right
small
:before
,
blockquote
.pull-right
.small
:before
{
content
:
''
;
content
:
''
;
}
}
blockquote
.pull-right
small
:after
{
blockquote
.pull-right
small
:after
,
blockquote
.pull-right
.small
:after
{
content
:
'\00A0 \2014'
;
content
:
'\00A0 \2014'
;
}
}
...
@@ -744,7 +765,7 @@ pre code {
...
@@ -744,7 +765,7 @@ pre code {
color
:
inherit
;
color
:
inherit
;
white-space
:
pre-wrap
;
white-space
:
pre-wrap
;
background-color
:
transparent
;
background-color
:
transparent
;
border
:
0
;
border
-radius
:
0
;
}
}
.pre-scrollable
{
.pre-scrollable
{
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
6c9ec3d8
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