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
d66a1515
Commit
d66a1515
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #13439 from nschonni/spacing-fixes
Minor Spacing fixes
parents
05d4932c
5ea66ba3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
less/alerts.less
+1
-1
less/alerts.less
less/carousel.less
+3
-1
less/carousel.less
less/input-groups.less
+6
-2
less/input-groups.less
less/navs.less
+1
-1
less/navs.less
less/type.less
+6
-2
less/type.less
with
17 additions
and
7 deletions
+17
-7
less/alerts.less
+
1
-
1
View file @
d66a1515
...
...
@@ -38,7 +38,7 @@
// Expand the right padding and account for the close button's positioning.
.alert-dismissable {
padding-right: (@alert-padding + 20);
padding-right: (@alert-padding + 20);
// Adjust close link position
.close {
...
...
This diff is collapsed.
Click to expand it.
less/carousel.less
+
3
-
1
View file @
d66a1515
...
...
@@ -28,7 +28,9 @@
> .active,
> .next,
> .prev { display: block; }
> .prev {
display: block;
}
> .active {
left: 0;
...
...
This diff is collapsed.
Click to expand it.
less/input-groups.less
+
6
-
2
View file @
d66a1515
...
...
@@ -39,10 +39,14 @@
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-lg > .input-group-btn > .btn {
.input-lg();
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-sm(); }
.input-group-sm > .input-group-btn > .btn {
.input-sm();
}
// Display as table-cell
...
...
This diff is collapsed.
Click to expand it.
less/navs.less
+
1
-
1
View file @
d66a1515
...
...
@@ -162,7 +162,7 @@
> li {
float: none;
> a {
> a {
text-align: center;
margin-bottom: 5px;
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
6
-
2
View file @
d66a1515
...
...
@@ -76,10 +76,14 @@ p {
// Ex: 14px base font * 85% = about 12px
small,
.small { font-size: 85%; }
.small {
font-size: 85%;
}
// Undo browser default styling
cite { font-style: normal; }
cite {
font-style: normal;
}
mark,
.mark {
...
...
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