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
64bb8be7
Commit
64bb8be7
authored
May 22, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more callout tweaks
parent
abbf6da6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
docs/assets/css/_src/docs.css
docs/assets/css/_src/docs.css
+8
-6
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
No files found.
docs/assets/css/_src/docs.css
View file @
64bb8be7
...
@@ -670,9 +670,11 @@ h1[id] {
...
@@ -670,9 +670,11 @@ h1[id] {
/* Common styles for all types */
/* Common styles for all types */
.bs-callout
{
.bs-callout
{
padding
:
5px
20px
;
padding
:
20px
;
margin
:
20px
0
;
margin
:
20px
0
;
border-left
:
5px
solid
#eee
;
border
:
1px
solid
#eee
;
border-left-width
:
5px
;
border-radius
:
3px
;
}
}
.bs-callout
h4
{
.bs-callout
h4
{
margin-top
:
0
;
margin-top
:
0
;
...
@@ -688,24 +690,24 @@ h1[id] {
...
@@ -688,24 +690,24 @@ h1[id] {
/* Tighten up space between multiple callouts */
/* Tighten up space between multiple callouts */
.bs-callout
+
.bs-callout
{
.bs-callout
+
.bs-callout
{
margin-top
:
-
10
px
;
margin-top
:
-
5
px
;
}
}
/* Variations */
/* Variations */
.bs-callout-danger
{
.bs-callout-danger
{
border-color
:
#d9534f
;
border-
left-
color
:
#d9534f
;
}
}
.bs-callout-danger
h4
{
.bs-callout-danger
h4
{
color
:
#d9534f
;
color
:
#d9534f
;
}
}
.bs-callout-warning
{
.bs-callout-warning
{
border-color
:
#f0ad4e
;
border-
left-
color
:
#f0ad4e
;
}
}
.bs-callout-warning
h4
{
.bs-callout-warning
h4
{
color
:
#f0ad4e
;
color
:
#f0ad4e
;
}
}
.bs-callout-info
{
.bs-callout-info
{
border-color
:
#5bc0de
;
border-
left-
color
:
#5bc0de
;
}
}
.bs-callout-info
h4
{
.bs-callout-info
h4
{
color
:
#5bc0de
;
color
:
#5bc0de
;
...
...
docs/assets/css/docs.min.css
View file @
64bb8be7
This diff is collapsed.
Click to expand it.
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