spruce: remove border-radius 0
[bootswatch] / spruce / bootstrap.css
index c39930f..00b8e37 100644 (file)
@@ -5254,9 +5254,6 @@ div.subnav {
   background-color: #015b4e;
   background-image: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 div.subnav .nav > li > a {
   padding: 12px 12px 10px;
@@ -5365,9 +5362,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .breadcrumb li {
   color: #ffffff;
@@ -5393,9 +5387,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .pagination ul > li > a,
 .pagination ul > li > span {
@@ -5436,9 +5427,6 @@ div.subnav.subnav-fixed {
   color: #ffffff;
 }
 .btn {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
   font-family: 'Crete Round', serif;
   font-weight: normal;
   text-shadow: none;
@@ -5451,22 +5439,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.table,
-.table.table-bordered,
-.table.table-striped {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child,
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child,
-.table-bordered tbody:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
 .table th,
 .table-striped tbody tr:nth-child(odd) th {
   background-color: #015b4e;
@@ -5502,9 +5474,6 @@ select {
 }
 .form-actions {
   border-top: none;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
 }
 .control-group.warning .control-label,
 .control-group.error .control-label,
@@ -5585,18 +5554,12 @@ select {
 }
 .well {
   border: none;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
 }
 .hero-unit {
   border: none;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .thumbnail {
   border: none;
@@ -5604,11 +5567,6 @@ select {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.thumbnail img {
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-}
 .dropdown-menu .nav-header {
   color: #ffffff;
   text-shadow: none;
@@ -5642,11 +5600,6 @@ select {
 .modal-footer label {
   color: #555555;
 }
-.modal-footer {
-  -webkit-border-radius: 0 0 4px 4px;
-  -moz-border-radius: 0 0 4px 4px;
-  border-radius: 0 0 4px 4px;
-}
 .popover-title {
   color: #ffffff;
 }