Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9352fe17
Commit
9352fe17
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add a ton of the new vars to the customizer
parent
81c3c1c6
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/customize.html
+29
-0
docs/customize.html
docs/templates/pages/customize.mustache
+29
-0
docs/templates/pages/customize.mustache
with
58 additions
and
0 deletions
+58
-0
docs/customize.html
+
29
-
0
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"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/customize.mustache
+
29
-
0
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"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets