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
35f09315
Commit
35f09315
authored
Aug 26, 2014
by
XhmikosR
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14453 from vsn4ik/less_empty_lines
Less: Remove empty lines and blanks.
parents
4372d499
a03d2692
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
9 deletions
+2
-9
less/dropdowns.less
less/dropdowns.less
+0
-1
less/list-group.less
less/list-group.less
+1
-1
less/mixins/labels.less
less/mixins/labels.less
+1
-1
less/pager.less
less/pager.less
+0
-1
less/popovers.less
less/popovers.less
+0
-1
less/print.less
less/print.less
+0
-2
less/variables.less
less/variables.less
+0
-2
No files found.
less/dropdowns.less
View file @
35f09315
...
@@ -211,4 +211,3 @@
...
@@ -211,4 +211,3 @@
}
}
}
}
}
}
less/list-group.less
View file @
35f09315
...
@@ -75,7 +75,7 @@ a.list-group-item {
...
@@ -75,7 +75,7 @@ a.list-group-item {
background-color: @list-group-disabled-bg;
background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
color: @list-group-disabled-color;
cursor: not-allowed;
cursor: not-allowed;
// Force color to inherit for custom content
// Force color to inherit for custom content
.list-group-item-heading {
.list-group-item-heading {
color: inherit;
color: inherit;
...
...
less/mixins/labels.less
View file @
35f09315
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.label-variant(@color) {
.label-variant(@color) {
background-color: @color;
background-color: @color;
&[href] {
&[href] {
&:hover,
&:hover,
&:focus {
&:focus {
...
...
less/pager.less
View file @
35f09315
...
@@ -51,5 +51,4 @@
...
@@ -51,5 +51,4 @@
cursor: not-allowed;
cursor: not-allowed;
}
}
}
}
}
}
less/popovers.less
View file @
35f09315
...
@@ -131,5 +131,4 @@
...
@@ -131,5 +131,4 @@
bottom: -@popover-arrow-width;
bottom: -@popover-arrow-width;
}
}
}
}
}
}
less/print.less
View file @
35f09315
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
@media print {
@media print {
* {
* {
text-shadow: none !important;
text-shadow: none !important;
color: #000 !important; // Black prints faster: h5bp.com/s
color: #000 !important; // Black prints faster: h5bp.com/s
...
@@ -97,5 +96,4 @@
...
@@ -97,5 +96,4 @@
border: 1px solid #ddd !important;
border: 1px solid #ddd !important;
}
}
}
}
}
}
less/variables.less
View file @
35f09315
...
@@ -841,5 +841,3 @@
...
@@ -841,5 +841,3 @@
@dl-horizontal-offset: @component-offset-horizontal;
@dl-horizontal-offset: @component-offset-horizontal;
//** Horizontal line color.
//** Horizontal line color.
@hr-border: @gray-lighter;
@hr-border: @gray-lighter;
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