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
9f8ce777
Commit
9f8ce777
authored
Aug 13, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
running make on previous changes
parent
e06c257e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+4
-0
docs/assets/js/bootstrap.min.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
less/alerts.less
less/alerts.less
+3
-0
No files found.
docs/assets/css/bootstrap.css
View file @
9f8ce777
...
@@ -3552,6 +3552,10 @@ input[type="submit"].btn.btn-mini {
...
@@ -3552,6 +3552,10 @@ input[type="submit"].btn.btn-mini {
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.alert
h4
{
margin
:
0
;
}
.alert
.close
{
.alert
.close
{
position
:
relative
;
position
:
relative
;
top
:
-2px
;
top
:
-2px
;
...
...
docs/assets/js/bootstrap.min.js
View file @
9f8ce777
This diff is collapsed.
Click to expand it.
docs/components.html
View file @
9f8ce777
...
@@ -1939,7 +1939,7 @@
...
@@ -1939,7 +1939,7 @@
</div>
</div>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="alert alert-block"
>
<
div class="alert alert-block"
>
<
a class="close" data-dismiss="alert" href="#"
>&
times;
<
/a
>
<
button type="button" class="close" data-dismiss="alert"
>×<
/button
>
<
h4
>
Warning!
<
/h4
>
<
h4
>
Warning!
<
/h4
>
Best check yo self, you're not...
Best check yo self, you're not...
<
/div
>
<
/div
>
...
...
docs/templates/pages/components.mustache
View file @
9f8ce777
...
@@ -1868,7 +1868,7 @@
...
@@ -1868,7 +1868,7 @@
</div>
</div>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="alert alert-block"
>
<
div class="alert alert-block"
>
<
a class="close" data-dismiss="alert" href="#"
>&
times;
<
/a
>
<
button type="button" class="close" data-dismiss="alert"
>×<
/button
>
<
h4
>
{{
_i
}}
Warning!
{{/
i
}}
<
/h4
>
<
h4
>
{{
_i
}}
Warning!
{{/
i
}}
<
/h4
>
{{
_i
}}
Best check yo self, you're not...
{{/
i
}}
{{
_i
}}
Best check yo self, you're not...
{{/
i
}}
<
/div
>
<
/div
>
...
...
less/alerts.less
View file @
9f8ce777
...
@@ -15,6 +15,9 @@
...
@@ -15,6 +15,9 @@
.border-radius(4px);
.border-radius(4px);
color: @warningText;
color: @warningText;
}
}
.alert h4 {
margin: 0;
}
// Adjust close link position
// Adjust close link position
.alert .close {
.alert .close {
...
...
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