summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss
index 6c568de..8947ed2 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss
@@ -9,7 +9,7 @@
background-color: $panel-bg;
border: 1px solid transparent;
border-radius: $panel-border-radius;
- @include box-shadow(0 1px 1px rgba(0,0,0,.05));
+ @include box-shadow(0 1px 1px rgba(0, 0, 0, .05));
}
// Panel contents
@@ -113,8 +113,8 @@
margin-bottom: 0;
caption {
- padding-left: $panel-body-padding;
padding-right: $panel-body-padding;
+ padding-left: $panel-body-padding;
}
}
// Add border top radius for first one
@@ -147,8 +147,8 @@
> tbody:last-child,
> tfoot:last-child {
> tr:last-child {
- border-bottom-left-radius: ($panel-border-radius - 1);
border-bottom-right-radius: ($panel-border-radius - 1);
+ border-bottom-left-radius: ($panel-border-radius - 1);
td:first-child,
th:first-child {
@@ -208,8 +208,8 @@
}
}
> .table-responsive {
- border: 0;
margin-bottom: 0;
+ border: 0;
}
}