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
f849e65d
Commit
f849e65d
authored
Aug 31, 2013
by
Kevin Granger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace invalid US-ASCII character "\xE2")
Replace invalid US-ASCII character "\xE2") '—' => '-'
parent
644c227a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
less/grid.less
less/grid.less
+4
-4
No files found.
less/grid.less
View file @
f849e65d
...
...
@@ -76,7 +76,7 @@
// Grid classes for extra small devices like smartphones. No offset, push, or
// pull classes are present here due to the size of the target.
//
// Note that `.col-xs-12` doesn't get floated on purpose
—
there's no need since
// Note that `.col-xs-12` doesn't get floated on purpose
-
there's no need since
// it's full-width.
.col-xs-1,
...
...
@@ -111,7 +111,7 @@
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.
//
// Note that `.col-sm-12` doesn't get floated on purpose
—
there's no need since
// Note that `.col-sm-12` doesn't get floated on purpose
-
there's no need since
// it's full-width.
@media (min-width: @screen-sm) {
...
...
@@ -189,7 +189,7 @@
//
// Columns, offsets, pushes, and pulls for the desktop device range.
//
// Note that `.col-md-12` doesn't get floated on purpose
—
there's no need since
// Note that `.col-md-12` doesn't get floated on purpose
-
there's no need since
// it's full-width.
@media (min-width: @screen-md) {
...
...
@@ -269,7 +269,7 @@
//
// Columns, offsets, pushes, and pulls for the large desktop device range.
//
// Note that `.col-lg-12` doesn't get floated on purpose
—
there's no need since
// Note that `.col-lg-12` doesn't get floated on purpose
-
there's no need since
// it's full-width.
@media (min-width: @screen-lg-desktop) {
...
...
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