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
c2a5334d
Commit
c2a5334d
authored
Sep 03, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #10396: mention table class change in migration docs
parent
dd441238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
getting-started.html
getting-started.html
+8
-4
No files found.
getting-started.html
View file @
c2a5334d
...
...
@@ -275,14 +275,14 @@ bootstrap/
<h3>
Steps to disable page responsiveness
</h3>
<ol>
<li>
Omit the viewport
<code>
<
meta
>
</code>
mentioned in
<a
href=
"../css/#overview-mobile"
>
the CSS docs
</a></li>
<li>
Remove the
<code>
max-width
</code>
on the
<code>
.container
</code>
for all grids with
<code>
max-width: none !important;
</code>
and set a regular
width, for example
<code>
width: 970px;
</code>
. Be sure that this comes after the default Bootstrap CSS.
<li>
Remove the
<code>
max-width
</code>
on the
<code>
.container
</code>
for all grids with
<code>
max-width: none !important;
</code>
and set a regular
width, for example
<code>
width: 970px;
</code>
. Be sure that this comes after the default Bootstrap CSS.
You can optionally avoid the
<code>
!important
</code>
with media queries or some selector-fu.
</li>
<li>
If using navbars, remove all navbar collapsing and expanding behavior.
</li>
<li>
For grid layouts, use
<code>
.col-xs-*
</code>
classes in addition to, or in place of, the medium/large ones.
<li>
For grid layouts, use
<code>
.col-xs-*
</code>
classes in addition to, or in place of, the medium/large ones.
Don't worry, the extra-small device grid scales to all resolutions.
</li>
</ol>
<p>
You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed).
<p>
You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed).
This disables the "mobile site" aspects of Bootstrap.
</p>
<h3>
Bootstrap template with responsiveness disabled
</h3>
...
...
@@ -438,6 +438,10 @@ bootstrap/
<td><code>
.text-error
</code></td>
<td><code>
.text-danger
</code></td>
</tr>
<tr>
<td><code>
.table .error
</code></td>
<td><code>
.table .danger
</code></td>
</tr>
<tr>
<td><code>
.bar
</code></td>
<td><code>
.progress-bar
</code></td>
...
...
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