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
31b30ab8
Commit
31b30ab8
authored
Jul 31, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy edits to docs
parent
e191964f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docs/base-css.html
docs/base-css.html
+1
-1
docs/scaffolding.html
docs/scaffolding.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/scaffolding.mustache
docs/templates/pages/scaffolding.mustache
+1
-1
No files found.
docs/base-css.html
View file @
31b30ab8
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
Base CSS
</h1>
<h1>
Base CSS
</h1>
<p
class=
"lead"
>
On top of the scaffolding, basic HTML elements are
styled and enhanced with extensible classes.
</p>
<p
class=
"lead"
>
Fundamental HTML elements
styled and enhanced with extensible classes.
</p>
</div>
</div>
</header>
</header>
...
...
docs/scaffolding.html
View file @
31b30ab8
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
Scaffolding
</h1>
<h1>
Scaffolding
</h1>
<p
class=
"lead"
>
Bootstrap is built on
a responsive 12-column grid and includes fixed- and fluid-width layou
ts.
</p>
<p
class=
"lead"
>
Bootstrap is built on
responsive 12-column grids, layouts, and componen
ts.
</p>
</div>
</div>
</header>
</header>
...
...
docs/templates/pages/base-css.mustache
View file @
31b30ab8
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
{{
_i
}}
Base CSS
{{/
i
}}
</h1>
<h1>
{{
_i
}}
Base CSS
{{/
i
}}
</h1>
<p
class=
"lead"
>
{{
_i
}}
On top of the scaffolding, basic HTML elements are
styled and enhanced with extensible classes.
{{/
i
}}
</p>
<p
class=
"lead"
>
{{
_i
}}
Fundamental HTML elements
styled and enhanced with extensible classes.
{{/
i
}}
</p>
</div>
</div>
</header>
</header>
...
...
docs/templates/pages/scaffolding.mustache
View file @
31b30ab8
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
{{
_i
}}
Scaffolding
{{/
i
}}
</h1>
<h1>
{{
_i
}}
Scaffolding
{{/
i
}}
</h1>
<p
class=
"lead"
>
{{
_i
}}
Bootstrap is built on
a responsive 12-column grid and includes fixed- and fluid-width layou
ts.
{{/
i
}}
</p>
<p
class=
"lead"
>
{{
_i
}}
Bootstrap is built on
responsive 12-column grids, layouts, and componen
ts.
{{/
i
}}
</p>
</div>
</div>
</header>
</header>
...
...
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