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
03701b8d
Commit
03701b8d
authored
Mar 08, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #12966: Ensure icon font vars are loaded into Customizer
parent
67c747a1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
4 deletions
+28
-4
docs/_includes/customizer-variables.html
docs/_includes/customizer-variables.html
+19
-0
docs/_includes/nav-customize.html
docs/_includes/nav-customize.html
+1
-0
docs/assets/js/customize.min.js
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/raw-files.min.js
docs/assets/js/raw-files.min.js
+1
-1
less/variables.less
less/variables.less
+6
-2
No files found.
docs/_includes/customizer-variables.html
View file @
03701b8d
...
@@ -151,6 +151,25 @@
...
@@ -151,6 +151,25 @@
<input
id=
"input-@headings-color"
type=
"text"
value=
"inherit"
data-var=
"@headings-color"
class=
"form-control"
/>
<input
id=
"input-@headings-color"
type=
"text"
value=
"inherit"
data-var=
"@headings-color"
class=
"form-control"
/>
</div>
</div>
</div>
</div>
<h2
id=
"iconography"
>
Iconography
</h2>
<p>
Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
</p>
<div
class=
"row"
>
<div
class=
"bs-customizer-input"
>
<label
for=
"input-@icon-font-path"
>
@icon-font-path
</label>
<input
id=
"input-@icon-font-path"
type=
"text"
value=
""../fonts/""
data-var=
"@icon-font-path"
class=
"form-control"
/>
<p
class=
"help-block"
>
Load fonts from this directory.
</p>
</div>
<div
class=
"bs-customizer-input"
>
<label
for=
"input-@icon-font-name"
>
@icon-font-name
</label>
<input
id=
"input-@icon-font-name"
type=
"text"
value=
""glyphicons-halflings-regular""
data-var=
"@icon-font-name"
class=
"form-control"
/>
<p
class=
"help-block"
>
File name for all font files.
</p>
</div>
<div
class=
"bs-customizer-input"
>
<label
for=
"input-@icon-font-svg-id"
>
@icon-font-svg-id
</label>
<input
id=
"input-@icon-font-svg-id"
type=
"text"
value=
""glyphicons_halflingsregular""
data-var=
"@icon-font-svg-id"
class=
"form-control"
/>
<p
class=
"help-block"
>
File name for SVG icon file.
</p>
</div>
</div>
<h2
id=
"components"
>
Components
</h2>
<h2
id=
"components"
>
Components
</h2>
<p>
Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
</p>
<p>
Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
</p>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
docs/_includes/nav-customize.html
View file @
03701b8d
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<li><a
href=
"#colors"
>
Colors
</a></li>
<li><a
href=
"#colors"
>
Colors
</a></li>
<li><a
href=
"#scaffolding"
>
Scaffolding
</a></li>
<li><a
href=
"#scaffolding"
>
Scaffolding
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#iconography"
>
Iconography
</a></li>
<li><a
href=
"#components"
>
Components
</a></li>
<li><a
href=
"#components"
>
Components
</a></li>
<li><a
href=
"#tables"
>
Tables
</a></li>
<li><a
href=
"#tables"
>
Tables
</a></li>
<li><a
href=
"#buttons"
>
Buttons
</a></li>
<li><a
href=
"#buttons"
>
Buttons
</a></li>
...
...
docs/assets/js/customize.min.js
View file @
03701b8d
This diff is collapsed.
Click to expand it.
docs/assets/js/raw-files.min.js
View file @
03701b8d
This diff is collapsed.
Click to expand it.
less/variables.less
View file @
03701b8d
...
@@ -68,14 +68,18 @@
...
@@ -68,14 +68,18 @@
@headings-color: inherit;
@headings-color: inherit;
//
--
Iconography
//
==
Iconography
//
//
//## Specify custom location
s of the include
Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location
and filename of the included
Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
@icon-font-path: "../fonts/";
@icon-font-path: "../fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@icon-font-name: "glyphicons-halflings-regular";
//** File name for SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";
@icon-font-svg-id: "glyphicons_halflingsregular";
//== Components
//== Components
//
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
...
...
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