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
9352fe17
Commit
9352fe17
authored
Oct 29, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a ton of the new vars to the customizer
parent
81c3c1c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
0 deletions
+58
-0
docs/customize.html
docs/customize.html
+29
-0
docs/templates/pages/customize.mustache
docs/templates/pages/customize.mustache
+29
-0
No files found.
docs/customize.html
View file @
9352fe17
...
@@ -299,12 +299,14 @@
...
@@ -299,12 +299,14 @@
<input
type=
"text"
class=
"span3"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<input
type=
"text"
class=
"span3"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<label>
@monoFontFamily
</label>
<label>
@monoFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"Menlo, Monaco, 'Courier New', monospace"
>
<input
type=
"text"
class=
"span3"
placeholder=
"Menlo, Monaco, 'Courier New', monospace"
>
<label>
@baseFontSize
</label>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"14px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"14px"
>
<label>
@baseFontFamily
</label>
<label>
@baseFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@sansFontFamily"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@sansFontFamily"
>
<label>
@baseLineHeight
</label>
<label>
@baseLineHeight
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<label>
@altFontFamily
</label>
<label>
@altFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@serifFontFamily"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@serifFontFamily"
>
<label>
@headingsFontFamily
</label>
<label>
@headingsFontFamily
</label>
...
@@ -313,6 +315,28 @@
...
@@ -313,6 +315,28 @@
<input
type=
"text"
class=
"span3"
placeholder=
"bold"
>
<input
type=
"text"
class=
"span3"
placeholder=
"bold"
>
<label>
@headingsColor
</label>
<label>
@headingsColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"inherit"
>
<input
type=
"text"
class=
"span3"
placeholder=
"inherit"
>
<label>
@fontSizeLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 1.25"
>
<label>
@fontSizeSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 0.85"
>
<label>
@fontSizeMini
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 0.75"
>
<label>
@paddingLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"11px 19px"
>
<label>
@paddingSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"2px 10px"
>
<label>
@paddingMini
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"1px 6px"
>
<label>
@baseBorderRadius
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"4px"
>
<label>
@borderRadiusLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"6px"
>
<label>
@borderRadiusSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"3px"
>
<label>
@heroUnitBackground
</label>
<label>
@heroUnitBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@grayLighter"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@grayLighter"
>
<label>
@heroUnitHeadingColor
</label>
<label>
@heroUnitHeadingColor
</label>
...
@@ -399,6 +423,11 @@
...
@@ -399,6 +423,11 @@
<label>
@navbarSearchPlaceholderColor
</label>
<label>
@navbarSearchPlaceholderColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
<label>
@navbarCollapseWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"979px"
>
<label>
@navbarCollapseDesktopWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@navbarCollapseWidth + 1"
>
<h3>
Dropdowns
</h3>
<h3>
Dropdowns
</h3>
<label>
@dropdownBackground
</label>
<label>
@dropdownBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
...
...
docs/templates/pages/customize.mustache
View file @
9352fe17
...
@@ -228,12 +228,14 @@
...
@@ -228,12 +228,14 @@
<input
type=
"text"
class=
"span3"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<input
type=
"text"
class=
"span3"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<label>
@monoFontFamily
</label>
<label>
@monoFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"Menlo, Monaco, 'Courier New', monospace"
>
<input
type=
"text"
class=
"span3"
placeholder=
"Menlo, Monaco, 'Courier New', monospace"
>
<label>
@baseFontSize
</label>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"14px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"14px"
>
<label>
@baseFontFamily
</label>
<label>
@baseFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@sansFontFamily"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@sansFontFamily"
>
<label>
@baseLineHeight
</label>
<label>
@baseLineHeight
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<label>
@altFontFamily
</label>
<label>
@altFontFamily
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@serifFontFamily"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@serifFontFamily"
>
<label>
@headingsFontFamily
</label>
<label>
@headingsFontFamily
</label>
...
@@ -242,6 +244,28 @@
...
@@ -242,6 +244,28 @@
<input
type=
"text"
class=
"span3"
placeholder=
"bold"
>
<input
type=
"text"
class=
"span3"
placeholder=
"bold"
>
<label>
@headingsColor
</label>
<label>
@headingsColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"inherit"
>
<input
type=
"text"
class=
"span3"
placeholder=
"inherit"
>
<label>
@fontSizeLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 1.25"
>
<label>
@fontSizeSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 0.85"
>
<label>
@fontSizeMini
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@baseFontSize * 0.75"
>
<label>
@paddingLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"11px 19px"
>
<label>
@paddingSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"2px 10px"
>
<label>
@paddingMini
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"1px 6px"
>
<label>
@baseBorderRadius
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"4px"
>
<label>
@borderRadiusLarge
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"6px"
>
<label>
@borderRadiusSmall
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"3px"
>
<label>
@heroUnitBackground
</label>
<label>
@heroUnitBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@grayLighter"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@grayLighter"
>
<label>
@heroUnitHeadingColor
</label>
<label>
@heroUnitHeadingColor
</label>
...
@@ -328,6 +352,11 @@
...
@@ -328,6 +352,11 @@
<label>
@navbarSearchPlaceholderColor
</label>
<label>
@navbarSearchPlaceholderColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
<label>
@navbarCollapseWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"979px"
>
<label>
@navbarCollapseDesktopWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@navbarCollapseWidth + 1"
>
<h3>
{{
_i
}}
Dropdowns
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Dropdowns
{{/
i
}}
</h3>
<label>
@dropdownBackground
</label>
<label>
@dropdownBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
...
...
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