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
12708d32
Commit
12708d32
authored
7 years ago
by
Martijn Cuppens
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove navbar align
parent
185666fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_mixins.scss
+0
-1
scss/_mixins.scss
scss/mixins/_navbar-align.scss
+0
-10
scss/mixins/_navbar-align.scss
with
0 additions
and
11 deletions
+0
-11
scss/_mixins.scss
+
0
-
1
View file @
12708d32
...
...
@@ -36,7 +36,6 @@
// // Layout
@import
"mixins/clearfix"
;
// @import "mixins/navbar-align";
@import
"mixins/grid-framework"
;
@import
"mixins/grid"
;
@import
"mixins/float"
;
This diff is collapsed.
Click to expand it.
scss/mixins/_navbar-align.scss
deleted
100644 → 0
+
0
-
10
View file @
185666fd
// Navbar vertical align
//
// Vertically center elements in the navbar.
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
// to calculate the appropriate top margin.
// @mixin navbar-vertical-align($element-height) {
// margin-top: (($navbar-height - $element-height) / 2);
// margin-bottom: (($navbar-height - $element-height) / 2);
// }
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