Skip to content
GitLab
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
bc265ac6
Commit
bc265ac6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
callout colors
parent
1d0aa6e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs-assets/css/docs.css
+11
-7
docs-assets/css/docs.css
with
11 additions
and
7 deletions
+11
-7
docs-assets/css/docs.css
+
11
-
7
View file @
bc265ac6
...
@@ -633,28 +633,32 @@ h1[id] {
...
@@ -633,28 +633,32 @@ h1[id] {
.bs-callout
p
:last-child
{
.bs-callout
p
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.bs-callout
code
{
background-color
:
#fff
;
border-radius
:
3px
;
}
/* Variations */
/* Variations */
.bs-callout-danger
{
.bs-callout-danger
{
background-color
:
#fdf7f7
;
background-color
:
#fdf7f7
;
border-color
:
#
eed3d7
;
border-color
:
#
d9534f
;
}
}
.bs-callout-danger
h4
{
.bs-callout-danger
h4
{
color
:
#
b94a48
;
color
:
#
d9534f
;
}
}
.bs-callout-warning
{
.bs-callout-warning
{
background-color
:
#f
a
f8f
0
;
background-color
:
#f
c
f8f
2
;
border-color
:
#f
aebcc
;
border-color
:
#f
0ad4e
;
}
}
.bs-callout-warning
h4
{
.bs-callout-warning
h4
{
color
:
#
8a6d3b
;
color
:
#
f0ad4e
;
}
}
.bs-callout-info
{
.bs-callout-info
{
background-color
:
#f4f8fa
;
background-color
:
#f4f8fa
;
border-color
:
#bc
e8f1
;
border-color
:
#
5
bc
0de
;
}
}
.bs-callout-info
h4
{
.bs-callout-info
h4
{
color
:
#
34789a
;
color
:
#
5bc0de
;
}
}
...
...
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