remove dead code (.border-box)

This commit is contained in:
Chris Van 2012-08-05 19:22:49 -07:00 коммит произвёл Matt Claypotch
Родитель 1bd9e04e76
Коммит 9eb51f4198
17 изменённых файлов: 0 добавлений и 40 удалений

Просмотреть файл

@ -82,9 +82,6 @@
width: 50%;
}
}
img, .button {
.border-box;
}
img {
.transition(~'.2s all ease-in-out');
.max-width(2);

Просмотреть файл

@ -124,7 +124,6 @@ a.arrow, .img.arrow {
.button, button {
.border-radius(4px);
&.fat {
.border-box;
display: block;
width: 100%;
}

Просмотреть файл

@ -118,7 +118,6 @@ h1 .num {
position: relative;
}
.special {
.border-box;
display: block;
float: right;
max-width: 20%;
@ -447,7 +446,6 @@ h1 .num {
}
}
.grouped-ratings {
.border-box;
display: block;
min-height: 130px;
margin-top: 10px;
@ -488,7 +486,6 @@ h1 .num {
}
}
li.review {
.border-box;
border-width: 1px 0;
border-top: 1px solid @white;
border-bottom: 1px solid @light-gray;
@ -605,7 +602,6 @@ h1 .num {
max-width: 100%;
width: 100%;
.button {
.border-box;
.border-radius(4px);
font-size: 14px;
width: 50%;
@ -624,7 +620,6 @@ h1 .num {
display: none;
}
.checkmark {
.border-box;
background: none;
margin-top: -45px;
pointer-events: none;
@ -699,7 +694,6 @@ h1 .num {
.fat-button;
}
li {
.border-box;
float: left;
margin: 10px 0 0;
min-height: inherit;

Просмотреть файл

@ -21,7 +21,6 @@
padding: 0;
margin: 0;
list-style-type: none;
.border-box();
font-size: 14px;
.border-radius(5px);
li {

Просмотреть файл

@ -219,7 +219,6 @@ form {
.form-grid {
.simple-field {
.border-box;
padding: 5px 0;
width: 100%;
label {
@ -228,7 +227,6 @@ form {
}
.form-label,
.form-col {
.border-box;
float: left;
color: @text;
}

Просмотреть файл

@ -51,7 +51,6 @@
}
#site-header {
.border-box;
> section {
position: relative;
}
@ -270,7 +269,6 @@
-webkit-gradient(linear, left bottom, left top, from(@drk-hding-end), to(@drk-hding-end));
}
.classic-header {
.border-box;
background: @grain-src @navy-gray;
color: @white;
font-size: 18px;
@ -300,7 +298,6 @@
}
// Top-level page name.
#top {
.border-box;
.dark-text-shadow;
.ellipsis;
color: @white;

Просмотреть файл

@ -7,7 +7,6 @@ html, body {
section {
background-color: @bg;
.grain;
.border-box;
height: 100%;
.button {
font-size: 14px;
@ -64,7 +63,6 @@ section {
}
footer {
clear: both;
.border-box;
font-size: 12px;
position: absolute;
bottom: 0;

Просмотреть файл

@ -21,7 +21,6 @@
padding: 0;
}
li {
.border-box;
float: left;
margin: 10px 0 0;
min-height: inherit;

Просмотреть файл

@ -100,7 +100,6 @@
clear: both;
}
#site-footer > div {
.border-box;
.max-width(14);
margin: 0 auto;
&:after {

Просмотреть файл

@ -37,7 +37,6 @@
display: block;
}
section {
.border-box;
.box-shadow(0 2px 2px fadeOut(#000, 50%));
border: 2px solid @text;
.border-radius(5px);
@ -62,7 +61,6 @@
margin-top: 10px;
backround-color: #ccc;
.grain;
.border-box;
width: 100%;
display: block;
button {

Просмотреть файл

@ -30,7 +30,6 @@
width: 100%;
}
li {
.border-box;
float: left;
padding: 0 20px 20px 0;
width: 33.33%;
@ -202,7 +201,6 @@
width: 100%;
}
li {
.border-box;
border-bottom: 1px solid darken(@light-gray, 2%);
float: none;
margin: 0;

Просмотреть файл

@ -62,9 +62,6 @@ section.replies .review.reply {
#reviews {
position: relative;
> div {
.border-box;
}
ul {
margin: 0;
padding: 0;
@ -342,7 +339,6 @@ header.product {
}
.grouped-ratings {
.border-box;
.border-radius(4px);
background: rgb(226,230,233);
border: 1px solid @bg-gray;

Просмотреть файл

@ -739,7 +739,6 @@ div.editor-stats-table > div.editor-stats-dark {
}
#history {
.border-box;
.border-radius(5px);
padding: 0;
width: 100%;

Просмотреть файл

@ -32,7 +32,6 @@ body {
}
.balloon {
.border-box;
.border-radius(0 0 5px 5px);
.transition(.2s top ease-out);
border: 2px solid #e3873b;
@ -95,7 +94,6 @@ body {
border: 1px solid darken(#fd9, 60%);
}
&.full {
.border-box;
a {
font-weight: bold;
}
@ -107,7 +105,6 @@ body {
.width(14);
margin-left: auto;
margin-right: auto;
.border-box;
&:after {
content: '';
display: block;
@ -194,7 +191,6 @@ body {
@media (max-width: @4col) {
#site-header, #page {
> section, > section.full > div {
.border-box;
width: 100%;
min-width: 300px;
}
@ -243,7 +239,6 @@ body {
}
}
.account {
.border-box;
margin: 5px 10px;
color: @white;
.button {
@ -255,7 +250,6 @@ body {
margin: 10px 0;
text-align: left;
a {
.border-box;
display: block;
float: left;
padding: 6px 10px;

Просмотреть файл

@ -10,7 +10,6 @@
max-width: 100%;
-webkit-overflow-scrolling: touch;
.content {
.border-box();
-webkit-transition: .5s -webkit-transform ease-out;
-moz-transition: .5s -moz-transform ease-out;
&.panning {

Просмотреть файл

@ -137,7 +137,6 @@ h1 {
position: relative;
overflow: hidden;
div {
.border-box();
float: left;
text-align: left;
width: 50%;
@ -341,7 +340,6 @@ table.stats-aggregate tbody span.change.minus {
overflow: hidden;
.border-radius(8px);
border: 2px solid @light-gray;
.border-box();
}
#head-chart {
position: relative;

Просмотреть файл

@ -9,7 +9,6 @@
}
#search-q {
.border-box;
.border-radius(5px);
.box-shadow(0 1px 0 fadeOut(#fff, 80%),
0 1px 0 rgba(0,0,0,.5) inset,
@ -101,7 +100,6 @@
visibility: hidden;
}
span {
.border-box;
.max-width(3);
background: no-repeat 5px 50%;
.background-size(20px auto);