aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2015-01-19 21:26:01 +0100
committerGeremia Taglialatela <[email protected]>2015-01-19 21:26:01 +0100
commite90f98dd0ce83273db57eab164a5f25f439d1cf2 (patch)
treea7ff68df7eabd1dad96c6c56bf4d469a2924644f /less
parent4fd01b7ac130dd815e7490950ed807487b684f4a (diff)
downloadbootstrap-e90f98dd0ce83273db57eab164a5f25f439d1cf2.tar.xz
bootstrap-e90f98dd0ce83273db57eab164a5f25f439d1cf2.zip
Trim whitespaces
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less4
-rw-r--r--less/badges.less8
-rw-r--r--less/jumbotron.less2
3 files changed, 7 insertions, 7 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 5618bfcec..c4199db92 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -18,7 +18,7 @@
// Specified for the h4 to prevent conflicts of changing @headings-color
color: inherit;
}
-
+
// Provide class for links that match alerts
.alert-link {
font-weight: @alert-link-font-weight;
@@ -29,7 +29,7 @@
> ul {
margin-bottom: 0;
}
-
+
> p + p {
margin-top: 5px;
}
diff --git a/less/badges.less b/less/badges.less
index 4a8040253..0817323a6 100644
--- a/less/badges.less
+++ b/less/badges.less
@@ -28,7 +28,7 @@
position: relative;
top: -1px;
}
-
+
.btn-xs & {
top: 0;
padding: 1px 5px;
@@ -50,15 +50,15 @@
color: @badge-active-color;
background-color: @badge-active-bg;
}
-
+
.list-group-item > & {
float: right;
}
-
+
.list-group-item > & + & {
margin-right: 5px;
}
-
+
.nav-pills > li > a > & {
margin-left: 3px;
}
diff --git a/less/jumbotron.less b/less/jumbotron.less
index d6410238a..93036d3c9 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -13,7 +13,7 @@
.h1 {
color: @jumbotron-heading-color;
}
-
+
p {
margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size;