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
4fd861a7
Commit
4fd861a7
authored
Aug 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the customizer.js; Update alert styles for pre blocks
parent
ea3fa72f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
assets/css/docs.css
assets/css/docs.css
+8
-1
assets/js/customizer.js
assets/js/customizer.js
+1
-2
customize.html
customize.html
+1
-1
No files found.
assets/css/docs.css
View file @
4fd861a7
...
...
@@ -1043,7 +1043,14 @@ h1[id] {
margin-bottom
:
0
;
}
.bs-customizer-alert
.glyphicon
{
margin-right
:
3px
;
margin-right
:
5px
;
}
.bs-customizer-alert
pre
{
margin
:
10px
0
0
;
color
:
#fff
;
background-color
:
#a83c3a
;
border-color
:
#973634
;
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
.05
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
}
...
...
assets/js/customizer.js
View file @
4fd861a7
...
...
@@ -5,8 +5,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
$
(
'
<div id="bsCustomizerAlert" class="bs-customizer-alert">
\
<div class="container">
\
<a href="#bsCustomizerAlert" data-dismiss="alert" class="close pull-right">×</a>
\
<span class="glyphicon glyphicon-warning-sign"></span>
<p class="bs-customizer-alert-text">
'
+
msg
+
'
</p>
'
+
<p class="bs-customizer-alert-text"><span class="glyphicon glyphicon-warning-sign"></span>
'
+
msg
+
'
</p>
'
+
(
err
.
extract
?
'
<pre class="bs-customizer-alert-extract">
'
+
err
.
extract
.
join
(
'
\n
'
)
+
'
</pre>
'
:
''
)
+
'
\
</div>
\
</div>
'
).
appendTo
(
'
body
'
).
alert
()
...
...
customize.html
View file @
4fd861a7
...
...
@@ -50,7 +50,7 @@ base_url: "../"
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"forms.less"
>
<input
type=
"checkbox"
checked
value=
"forms.less"
data-dependents=
"navbar.less,input-groups.less"
>
Forms
</label>
</div>
...
...
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