Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3f3db411
Commit
3f3db411
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request
#46
from twbs/trailing-whitespace
rm trailing whitespace
parents
28932261
8250f419
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
scss/_dropdown.scss
+1
-1
scss/_dropdown.scss
scss/_navbar.scss
+1
-1
scss/_navbar.scss
scss/_tooltip.scss
+13
-13
scss/_tooltip.scss
scss/_type.scss
+1
-1
scss/_type.scss
with
16 additions
and
16 deletions
+16
-16
scss/_dropdown.scss
+
1
-
1
View file @
3f3db411
...
...
@@ -179,7 +179,7 @@
border-top
:
0
;
border-bottom
:
$caret-width-base
solid
;
}
// Different positioning for bottom up menu
.dropdown-menu
{
top
:
auto
;
...
...
This diff is collapsed.
Click to expand it.
scss/_navbar.scss
+
1
-
1
View file @
3f3db411
...
...
@@ -222,7 +222,7 @@
.navbar-brand
{
color
:
$navbar-default-brand-color
;
&
:hover
,
&
:focus
{
color
:
$navbar-default-brand-hover-color
;
...
...
This diff is collapsed.
Click to expand it.
scss/_tooltip.scss
+
13
-
13
View file @
3f3db411
...
...
@@ -17,25 +17,25 @@
opacity
:
0
;
&
.in
{
opacity
:
$tooltip-opacity
;
}
&
.top
{
padding
:
$tooltip-arrow-width
0
;
margin-top
:
-3px
;
&
.top
{
padding
:
$tooltip-arrow-width
0
;
margin-top
:
-3px
;
}
&
.right
{
padding
:
0
$tooltip-arrow-width
;
margin-left
:
3px
;
&
.right
{
padding
:
0
$tooltip-arrow-width
;
margin-left
:
3px
;
}
&
.bottom
{
padding
:
$tooltip-arrow-width
0
;
margin-top
:
3px
;
&
.bottom
{
padding
:
$tooltip-arrow-width
0
;
margin-top
:
3px
;
}
&
.left
{
padding
:
0
$tooltip-arrow-width
;
margin-left
:
-3px
;
&
.left
{
padding
:
0
$tooltip-arrow-width
;
margin-left
:
-3px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
scss/_type.scss
+
1
-
1
View file @
3f3db411
...
...
@@ -99,7 +99,7 @@ ul,
ol
{
margin-top
:
0
;
margin-bottom
:
(
$line-height-computed
/
2
);
ul
,
ol
{
margin-bottom
:
0
;
...
...
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
Menu
Explore
Projects
Groups
Snippets