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
e44a7dd4
Commit
e44a7dd4
authored
Jan 27, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buttons for toggle links in js docs, code example for offsetting in grid
parent
9d0328ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
docs/templates/pages/download.mustache
docs/templates/pages/download.mustache
+3
-3
docs/templates/pages/scaffolding.mustache
docs/templates/pages/scaffolding.mustache
+8
-0
No files found.
docs/templates/pages/download.mustache
View file @
e44a7dd4
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<section
class=
"download"
id=
"components"
>
<section
class=
"download"
id=
"components"
>
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
class=
"pull-right toggle-all"
href=
"#"
>
Toggle all
</a>
<a
class=
"
btn small
pull-right toggle-all"
href=
"#"
>
Toggle all
</a>
<h1>
<h1>
1. Select components
1. Select components
<small>
Get just the CSS you need
</small>
<small>
Get just the CSS you need
</small>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<section
class=
"download"
id=
"variables"
>
<section
class=
"download"
id=
"variables"
>
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
class=
"pull-right toggle-all"
href=
"#"
>
Reset to defaults
</a>
<a
class=
"
btn small
pull-right toggle-all"
href=
"#"
>
Reset to defaults
</a>
<h1>
<h1>
2. Modify variables
2. Modify variables
<small>
Customize Bootstrap without using a LESS compiler
</small>
<small>
Customize Bootstrap without using a LESS compiler
</small>
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
<section
class=
"download"
id=
"plugins"
>
<section
class=
"download"
id=
"plugins"
>
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
class=
"pull-right toggle-all"
href=
"#"
>
Toggle all
</a>
<a
class=
"
btn small
pull-right toggle-all"
href=
"#"
>
Toggle all
</a>
<h1>
<h1>
3. Select jQuery plugins
3. Select jQuery plugins
<small>
Quickly add only the necessary javascript
</small>
<small>
Quickly add only the necessary javascript
</small>
...
...
docs/templates/pages/scaffolding.mustache
View file @
e44a7dd4
...
@@ -71,6 +71,8 @@
...
@@ -71,6 +71,8 @@
</div>
</div>
</div>
<!-- /row -->
</div>
<!-- /row -->
<br>
<h2>
Offsetting columns
</h2>
<h2>
Offsetting columns
</h2>
<div
class=
"row show-grid"
>
<div
class=
"row show-grid"
>
<div
class=
"span4"
>
4
</div>
<div
class=
"span4"
>
4
</div>
...
@@ -83,6 +85,12 @@
...
@@ -83,6 +85,12 @@
<div
class=
"row show-grid"
>
<div
class=
"row show-grid"
>
<div
class=
"span8 offset4"
>
8 offset 4
</div>
<div
class=
"span8 offset4"
>
8 offset 4
</div>
</div>
<!-- /row -->
</div>
<!-- /row -->
<pre
class=
"prettyprint linenums"
>
<
div class="row"
>
<
div class="span4"
>
...
<
/div
>
<
div class="span4 offset4"
>
...
<
/div
>
<
/div
>
</pre>
<br>
<br>
...
...
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