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
aad76f21
Commit
aad76f21
authored
11 years ago
by
Aristeides Stathopoulos
Browse files
Options
Download
Email Patches
Plain Diff
Update navbar.less
parent
b51e1e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/navbar.less
+4
-4
less/navbar.less
with
4 additions
and
4 deletions
+4
-4
less/navbar.less
+
4
-
4
View file @
aad76f21
...
...
@@ -6,8 +6,8 @@
.navbar {
position: relative;
margin-bottom: 20px;
padding-left:
floor(@grid-gutter-width / 2); // ~15px
padding-right:
floor(@grid-gutter-width / 2); // ~15px
padding-left:
@navbar-padding;
padding-right:
@navbar-padding;
background-color: @navbar-bg;
border-radius: @border-radius-base;
...
...
@@ -96,7 +96,7 @@
max-width: 200px;
margin-left: auto;
margin-right: auto;
padding:
floor(@grid-gutter-width / 2); // ~15px
padding:
@navbar-padding;
font-size: @font-size-large;
font-weight: 500;
line-height: @line-height-computed;
...
...
@@ -284,7 +284,7 @@
.navbar-brand {
float: left;
margin-left: -(
floor(@grid-gutter-width / 2)); // ~15px
margin-left: -(
@navbar-padding);
margin-right: 5px;
}
.navbar-nav {
...
...
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