summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-01-12 11:32:04 -0500
committerThomas Park <thomas@thomaspark.me>2014-01-12 11:32:04 -0500
commit696e118f060ceb859ae5b55cfea35f26f4d1fbce (patch)
tree212f0a02ba317001717f459617ac2eceba20a875 /cosmo/bootswatch.less
parent36f59c9a4c740fbd1f1aea3d4a05d9687bf33089 (diff)
cosmo, yeti: fixes #196, negative border-radius
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less10
1 files changed, 9 insertions, 1 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index cafa189d..2411c473 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -140,4 +140,12 @@
.box-shadow(none);
}
-// Containers ================================================================= \ No newline at end of file
+// Containers =================================================================
+
+.panel {
+ &-heading,
+ &-footer {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+ }
+}