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
f00c885d
Commit
f00c885d
authored
11 years ago
by
Julian Thilo
Browse files
Options
Download
Email Patches
Plain Diff
Docs: create new callout classes
parent
211d6831
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+15
-2
docs/assets/css/docs.css
with
15 additions
and
2 deletions
+15
-2
docs/assets/css/docs.css
+
15
-
2
View file @
f00c885d
...
...
@@ -223,11 +223,10 @@ body {
/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout
{
margin
:
20px
0
;
padding
:
15px
30px
15px
15px
;
background-color
:
#fcf2f2
;
border-left
:
5px
solid
#df7c7b
;
}
.bs-callout
h4
{
margin-top
:
0
;
...
...
@@ -240,6 +239,20 @@ body {
background-color
:
#fff
;
}
/* Themes for different contexts */
.bs-callout-danger
{
background-color
:
#fcf2f2
;
border-left
:
5px
solid
#df7c7b
;
}
.bs-callout-warning
{
background-color
:
#fefbed
;
border-left
:
5px
solid
#f5d659
;
}
.bs-callout-info
{
background-color
:
#daecf9
;
border-left
:
5px
solid
#55a9e1
;
}
/* Special grid styles
...
...
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