2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add consistent newline at end of files in less/mixins

This commit is contained in:
mrmrs
2014-03-09 23:44:11 -07:00
parent 2f380a9683
commit b0bc9ef815
27 changed files with 26 additions and 8 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -12,3 +12,4 @@
color: darken(@text-color, 10%);
}
}
+1
View File
@@ -16,3 +16,4 @@
border-bottom-left-radius: @radius;
border-top-left-radius: @radius;
}
+1
View File
@@ -48,3 +48,4 @@
line-height: @line-height;
border-radius: @border-radius;
}
+1
View File
@@ -5,3 +5,4 @@
margin-left: auto;
margin-right: auto;
}
+1
View File
@@ -83,3 +83,4 @@
height: auto;
}
}
+1
View File
@@ -59,3 +59,4 @@
background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);
}
}
-3
View File
@@ -120,6 +120,3 @@
}
}
+1
View File
@@ -19,3 +19,4 @@
.text-hide() {
.hide-text();
}
+1
View File
@@ -9,3 +9,4 @@
}
}
}
+1
View File
@@ -25,3 +25,4 @@
}
}
}
+1
View File
@@ -8,3 +8,4 @@
overflow: hidden;
background-color: @color;
}
+1
View File
@@ -7,3 +7,4 @@
margin-top: ((@navbar-height - @element-height) / 2);
margin-bottom: ((@navbar-height - @element-height) / 2);
}
+1
View File
@@ -6,3 +6,4 @@
@opacity-ie: (@opacity * 100);
filter: ~"alpha(opacity=@{opacity-ie})";
}
+1
View File
@@ -21,3 +21,4 @@
}
}
}
+1
View File
@@ -18,3 +18,4 @@
}
}
}
+1
View File
@@ -6,3 +6,4 @@
.reset-filter() {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
+1
View File
@@ -4,3 +4,4 @@
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
}
+1
View File
@@ -13,3 +13,4 @@
.responsive-invisibility() {
display: none !important;
}
+1
View File
@@ -7,3 +7,4 @@
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
+1
View File
@@ -6,3 +6,4 @@
color: darken(@color, 10%);
}
}
+1
View File
@@ -6,3 +6,4 @@
text-overflow: ellipsis;
white-space: nowrap;
}
+1
View File
@@ -279,3 +279,4 @@
-ms-user-select: @select; // IE10+
user-select: @select;
}