Skip to content

Commit

Permalink
spruce: remove border-radius 0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 27, 2013
1 parent f9fb1c8 commit 4bb0baa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 91 deletions.
47 changes: 0 additions & 47 deletions spruce/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -5585,30 +5554,19 @@ 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;
-webkit-box-shadow: none;
-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;
Expand Down Expand Up @@ -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;
}
Expand Down
16 changes: 6 additions & 10 deletions spruce/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 0 additions & 34 deletions spruce/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ div.subnav {
background-color: @green;
background-image: none;
border-color: transparent;
.border-radius(0);

.nav > li > a {
padding: 12px 12px 10px;
Expand Down Expand Up @@ -332,7 +331,6 @@ div.subnav {
background-image: none;
.box-shadow(none);
border-color: transparent;
.border-radius(0);

li {
color: @white;
Expand Down Expand Up @@ -364,7 +362,6 @@ div.subnav {
background-image: none;
.box-shadow(none);
border-color: transparent;
.border-radius(0);
}


Expand Down Expand Up @@ -419,7 +416,6 @@ div.subnav {
// --------------------------------------------------

.btn {
.border-radius(0);
font-family: @headingsFontFamily;
font-weight: @headingsFontWeight;
text-shadow: none;
Expand All @@ -436,25 +432,6 @@ div.subnav {
// TABLES
// --------------------------------------------------

.table,
.table.table-bordered,
.table.table-striped {
.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, {
.border-radius(0);
}

.table thead tr th:first-child,
.table tbody tr td:first-child {
// border-left: none;
}

.table th,
.table-striped tbody tr:nth-child(odd) th {
background-color: @green;
Expand Down Expand Up @@ -500,7 +477,6 @@ input, textarea, select {

.form-actions {
border-top: none;
.border-radius(4px);
}

.control-group {
Expand Down Expand Up @@ -604,22 +580,16 @@ input, textarea, select {

.well {
border: none;
.border-radius(0);
.box-shadow(none);
}

.hero-unit {
border: none;
.border-radius(0);
}

.thumbnail {
border: none;
.box-shadow(none);

img {
.border-radius(4px);
}
}

.dropdown-menu .nav-header {
Expand Down Expand Up @@ -660,10 +630,6 @@ input, textarea, select {
color: @textColor;
}
}

&-footer {
.border-radius(0 0 4px 4px);
}
}

.popover {
Expand Down

0 comments on commit 4bb0baa

Please sign in to comment.