Skip to content
GitLab
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
43c8f418
Commit
43c8f418
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add values to inputs for grid variables on download page
parent
78652a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/download.html
+5
-5
docs/download.html
docs/templates/pages/download.mustache
+5
-5
docs/templates/pages/download.mustache
with
10 additions
and
10 deletions
+10
-10
docs/download.html
+
5
-
5
View file @
43c8f418
...
@@ -159,15 +159,15 @@
...
@@ -159,15 +159,15 @@
<input
type=
"text"
class=
"span3"
value=
"darken(@linkColor, 15%)"
>
<input
type=
"text"
class=
"span3"
value=
"darken(@linkColor, 15%)"
>
<h3>
Grid system
</h3>
<h3>
Grid system
</h3>
<label>
@gridColumns
</label>
<label>
@gridColumns
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
12
"
>
<label>
@gridColumnWidth
</label>
<label>
@gridColumnWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
40px
"
>
<label>
@gridGutterWidth
</label>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
20px
"
>
<label>
@siteWidth
</label>
<label>
@siteWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
"
>
<label>
@fluidSidebarWidth
</label>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
220px
"
>
</div>
<!-- /span -->
</div>
<!-- /span -->
<div
class=
"span4"
>
<div
class=
"span4"
>
<h3>
Typography
</h3>
<h3>
Typography
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/download.mustache
+
5
-
5
View file @
43c8f418
...
@@ -94,15 +94,15 @@
...
@@ -94,15 +94,15 @@
<input
type=
"text"
class=
"span3"
value=
"darken(@linkColor, 15%)"
>
<input
type=
"text"
class=
"span3"
value=
"darken(@linkColor, 15%)"
>
<h3>
Grid system
</h3>
<h3>
Grid system
</h3>
<label>
@gridColumns
</label>
<label>
@gridColumns
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
12
"
>
<label>
@gridColumnWidth
</label>
<label>
@gridColumnWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
40px
"
>
<label>
@gridGutterWidth
</label>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
20px
"
>
<label>
@siteWidth
</label>
<label>
@siteWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
"
>
<label>
@fluidSidebarWidth
</label>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
value=
""
>
<input
type=
"text"
class=
"span3"
value=
"
220px
"
>
</div>
<!-- /span -->
</div>
<!-- /span -->
<div
class=
"span4"
>
<div
class=
"span4"
>
<h3>
Typography
</h3>
<h3>
Typography
</h3>
...
...
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