Remove trailing whitespace
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
/*
|
||||
/*
|
||||
Rules
|
||||
========================================================================== */
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
margin: 1em 0;
|
||||
hr {
|
||||
display: block;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
Figures and images
|
||||
========================================================================== */
|
||||
|
||||
@@ -23,13 +23,13 @@ figure {
|
||||
article img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-width: 0;
|
||||
vertical-align: middle;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
border-width: 0;
|
||||
vertical-align: middle;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* 2 images of equal dimensions in a row */
|
||||
@@ -62,7 +62,7 @@ svg:not(:root) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
Buttons
|
||||
========================================================================== */
|
||||
|
||||
@@ -151,7 +151,7 @@ svg:not(:root) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
Wells
|
||||
========================================================================== */
|
||||
|
||||
@@ -163,4 +163,4 @@ svg:not(:root) {
|
||||
border: 1px solid #e3e3e3;
|
||||
@include rounded(4px);
|
||||
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user