Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5ea66ba3
Commit
5ea66ba3
authored
Apr 26, 2014
by
Nick Schonning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor Spacing fixes
Flagged upstream in bootstrap-sass by scss-lint
parent
05d4932c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
7 deletions
+17
-7
less/alerts.less
less/alerts.less
+1
-1
less/carousel.less
less/carousel.less
+3
-1
less/input-groups.less
less/input-groups.less
+6
-2
less/navs.less
less/navs.less
+1
-1
less/type.less
less/type.less
+6
-2
No files found.
less/alerts.less
View file @
5ea66ba3
...
...
@@ -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 {
...
...
less/carousel.less
View file @
5ea66ba3
...
...
@@ -28,7 +28,9 @@
> .active,
> .next,
> .prev { display: block; }
> .prev {
display: block;
}
> .active {
left: 0;
...
...
less/input-groups.less
View file @
5ea66ba3
...
...
@@ -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
...
...
less/navs.less
View file @
5ea66ba3
...
...
@@ -162,7 +162,7 @@
> li {
float: none;
> a {
> a {
text-align: center;
margin-bottom: 5px;
}
...
...
less/type.less
View file @
5ea66ba3
...
...
@@ -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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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