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
33a969dd
Commit
33a969dd
authored
Jan 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update vars in less and download pages
parent
160a0bf5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
12 deletions
+22
-12
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/download.html
docs/download.html
+5
-4
docs/less.html
docs/less.html
+6
-2
docs/templates/pages/download.mustache
docs/templates/pages/download.mustache
+5
-4
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+6
-2
No files found.
docs/assets/bootstrap.zip
View file @
33a969dd
No preview for this file type
docs/download.html
View file @
33a969dd
...
@@ -253,10 +253,11 @@
...
@@ -253,10 +253,11 @@
<input
type=
"text"
class=
"span3"
placeholder=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"40px"
>
<label>
@gridGutterWidth
</label>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<label>
@siteWidth
</label>
<h3>
Fluid grid system
</h3>
<input
type=
"text"
class=
"span3"
placeholder=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<label>
@fluidGridColumnWidth
</label>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"6.382978723%"
>
<input
type=
"text"
class=
"span3"
placeholder=
"220px"
>
<label>
@fluidGridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"2.127659574%"
>
<h3>
Typography
</h3>
<h3>
Typography
</h3>
<label>
@baseFontSize
</label>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"13px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"13px"
>
...
...
docs/less.html
View file @
33a969dd
...
@@ -176,8 +176,12 @@
...
@@ -176,8 +176,12 @@
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@siteWidth
</code></td>
<td><code>
@fluidGridColumnWidth
</code></td>
<td><code>
(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
</code></td>
<td>
6.382978723%
</td>
</tr>
<tr>
<td><code>
@fluidGridGutterWidth
</code></td>
<td>
2.127659574%
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
docs/templates/pages/download.mustache
View file @
33a969dd
...
@@ -177,10 +177,11 @@
...
@@ -177,10 +177,11 @@
<input
type=
"text"
class=
"span3"
placeholder=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"40px"
>
<label>
@gridGutterWidth
</label>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"20px"
>
<label>
@siteWidth
</label>
<h3>
{{
_i
}}
Fluid grid system
{{/
i
}}
</h3>
<input
type=
"text"
class=
"span3"
placeholder=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<label>
@fluidGridColumnWidth
</label>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"6.382978723%"
>
<input
type=
"text"
class=
"span3"
placeholder=
"220px"
>
<label>
@fluidGridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"2.127659574%"
>
<h3>
{{
_i
}}
Typography
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Typography
{{/
i
}}
</h3>
<label>
@baseFontSize
</label>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"13px"
>
<input
type=
"text"
class=
"span3"
placeholder=
"13px"
>
...
...
docs/templates/pages/less.mustache
View file @
33a969dd
...
@@ -100,8 +100,12 @@
...
@@ -100,8 +100,12 @@
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@siteWidth
</code></td>
<td><code>
@fluidGridColumnWidth
</code></td>
<td><code>
(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
</code></td>
<td>
6.382978723%
</td>
</tr>
<tr>
<td><code>
@fluidGridGutterWidth
</code></td>
<td>
2.127659574%
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
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