Kill trailing whitespace in scss files

This commit is contained in:
小太
2013-03-19 23:32:39 +11:00
parent 3ce4c704d4
commit 0da58dcb79
34 changed files with 212 additions and 212 deletions

View File

@@ -4,7 +4,7 @@
// Reset.sass
// Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an
// adapted version here that cuts out some of the reset HTML elements we will
// adapted version here that cuts out some of the reset HTML elements we will
// never need here (i.e., dfn, samp, etc).
// ERIC MEYER RESET

View File

@@ -48,16 +48,16 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
font-size: $h1_size;
font-size: $h1_size;
}
h2 {
font-size: $h2_size;
h2 {
font-size: $h2_size;
}
h3, h4, h5, h6 {
font-weight: bold;
font-size: $h3_size;
font-size: $h3_size;
}
fieldset {
@@ -88,17 +88,17 @@ legend {
menu {
margin: 0;
padding: 0;
ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0 0.2em;
list-style-type: none;
display: inline;
display: inline;
}
}

View File

@@ -6,19 +6,19 @@ div.prose {
h1, h2, h3 {
line-height: 1em;
}
h1 {
padding: $h1_padding;
padding: $h1_padding;
}
h2 {
padding: $h2_padding;
h2 {
padding: $h2_padding;
}
h3 {
padding: $h3_padding;
h3 {
padding: $h3_padding;
}
h4, h5, h6 {
padding: 0;
}
@@ -26,12 +26,12 @@ div.prose {
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
}
li {
list-style-type: disc;
}

View File

@@ -1,6 +1,6 @@
div.ui-dialog {
overflow: visible;
ul {
margin-left: 1em;
margin-bottom: 1em;

View File

@@ -7,62 +7,62 @@ div#search {
div#page {
overflow: visible;
margin: 0 30px;
div#upgrade-account-notice, div#sign-up-notice, div#tos-notice {
margin: 1em 0;
padding: 1em;
text-align: center;
position: relative;
h1 {
font-size: $h2_size;
font-weight: bold;
}
p {
margin: 0;
}
}
aside#sidebar {
width: 15em;
float: left;
position: absolute;
h1 {
font-size: $h3_size;
}
ul {
list-style-type: none;
}
input[type=text] {
width: 10em;
}
}
aside#sidebar > section {
margin-bottom: 1em;
}
aside#sidebar > section#blacklist-box ul {
margin-left: 1em;
li {
list-style-type: disc;
}
a {
color: $link_color;
cursor: pointer;
}
span {
color: #AAA;
}
}
section#content {
overflow: visible;
margin-left: 15em;
@@ -91,4 +91,4 @@ div#more-links {
padding: 0.2em 0.6em;
@include box-shadow(2px 2px 2px #ccc);
}

View File

@@ -4,7 +4,7 @@ div#news-updates {
border-bottom: 2px solid #666;
overflow: hidden;
font-size: 0.8em;
ul {
float: left;
margin: 0;

View File

@@ -1,7 +1,7 @@
div.error-messages {
margin: 1em 0;
padding: 1em;
h1 {
font-size: 1em;
color: #A00;

View File

@@ -5,34 +5,34 @@ header#top {
font-size: 2.5em;
margin: 5px 30px 0 30px;
}
menu {
margin-top: -2px;
background: $menu_color;
padding: 6px 20px;
form {
display: inline-block;
input {
width: 8em;
}
}
li {
margin: 0;
padding: 0;
}
li a {
padding: 6px 10px;
}
}
menu.main {
margin-top: 0px;
background: none;
li.current a {
background: $menu_color;
font-weight: bold;

View File

@@ -5,7 +5,7 @@ div.paginator {
padding: 2em 0 1em 0;
text-align: center;
clear: both;
li {
a {
margin: 0 0.25em;

View File

@@ -1,6 +1,6 @@
form.simple_form {
margin: 0 0 1em 0;
div.input.boolean {
label {
display: inline;
@@ -8,32 +8,32 @@ form.simple_form {
vertical-align: middle;
}
}
div.input {
margin-bottom: 1em;
input[type=text], input[type=file], input[type=password], input[type=email] {
width: 20em;
}
textarea {
width: 100%;
font-size: 1.2em;
}
label {
display: block;
cursor: pointer;
font-weight: bold;
line-height: 1.5em;
}
fieldset {
border: none;
display: inline;
margin: 0;
padding: 0;
label {
font-weight: normal;
width: auto;

View File

@@ -4,25 +4,25 @@ table.striped {
p {
margin: 0;
}
td, th {
padding: 4px 6px;
}
tbody {
tr {
border-bottom: 1px solid #CCC;
&:hover {
background-color: $highlight_color;
}
}
}
.number {
text-align: right;
}
thead {
tr {
border-bottom: 2px solid #666;
@@ -34,7 +34,7 @@ table.striped {
color: #333;
}
}
tr.even {
background-color: #FAFAFA;
}