Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
327a951c
Commit
327a951c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Move mixin to mixins.less
parent
03e67e44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/mixins.less
+11
-1
less/mixins.less
less/responsive-utilities.less
+0
-6
less/responsive-utilities.less
with
11 additions
and
7 deletions
+11
-7
less/mixins.less
+
11
-
1
View file @
327a951c
...
...
@@ -400,6 +400,16 @@
margin-bottom: ((@navbar-height - @element-height) / 2);
}
// Responsive utilities
// -------------------------
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
}
// Grid System
...
...
@@ -491,5 +501,5 @@
color: @text-color;
border-color: @border-color;
background-color: @background-color;
}
}
}
This diff is collapsed.
Click to expand it.
less/responsive-utilities.less
+
0
-
6
View file @
327a951c
...
...
@@ -34,12 +34,6 @@
}
// Visibility utilities
.responsive-visibility() {
display: block !important;
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
}
// For Phones
.visible-sm {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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