Add new line at the end of file and missing white space

This commit is contained in:
Truong Giang 2017-07-01 11:57:00 +07:00
parent e88d9e02d9
commit 5ba1b9acb0
24 changed files with 25 additions and 25 deletions

View File

@ -4,4 +4,4 @@
"excludeFiles": [ "excludeFiles": [
"js/**.min.js" "js/**.min.js"
] ]
} }

View File

@ -1 +1 @@
js/**.min.js js/**.min.js

View File

@ -22,4 +22,4 @@
.site-footer { .site-footer {
clear: both; clear: both;
width: 100%; width: 100%;
} }

View File

@ -22,4 +22,4 @@
.site-footer { .site-footer {
clear: both; clear: both;
width: 100%; width: 100%;
} }

View File

@ -39,4 +39,4 @@ figure {
margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
} }
@import "tables"; @import "tables";

View File

@ -22,4 +22,4 @@ dt {
dd { dd {
margin: 0 1.5em 1.5em; margin: 0 1.5em 1.5em;
} }

View File

@ -1,4 +1,4 @@
table { table {
margin: 0 0 1.5em; margin: 0 0 1.5em;
width: 100%; width: 100%;
} }

View File

@ -19,4 +19,4 @@ input[type="submit"] {
&:focus { &:focus {
border-color: $color__border-button-focus; border-color: $color__border-button-focus;
} }
} }

View File

@ -1,3 +1,3 @@
@import "buttons"; @import "buttons";
@import "fields"; @import "fields";

View File

@ -17,4 +17,4 @@
.site-footer { .site-footer {
clear: both; clear: both;
width: $size__site-main; width: $size__site-main;
} }

View File

@ -17,4 +17,4 @@
.site-footer { .site-footer {
clear: both; clear: both;
width: $size__site-main; width: $size__site-main;
} }

View File

@ -27,4 +27,4 @@ object {
/*-------------------------------------------------------------- /*--------------------------------------------------------------
## Galleries ## Galleries
--------------------------------------------------------------*/ --------------------------------------------------------------*/
@import "galleries"; @import "galleries";

View File

@ -20,4 +20,4 @@
.site-content:after, .site-content:after,
.site-footer:after { .site-footer:after {
@include clearfix-after; @include clearfix-after;
} }

View File

@ -7,4 +7,4 @@
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { .infinity-end.neverending .site-footer {
display: block; display: block;
} }

View File

@ -16,4 +16,4 @@ a {
&:active { &:active {
outline: 0; outline: 0;
} }
} }

View File

@ -6,4 +6,4 @@
/*-------------------------------------------------------------- /*--------------------------------------------------------------
## Menus ## Menus
--------------------------------------------------------------*/ --------------------------------------------------------------*/
@import "menus"; @import "menus";

View File

@ -8,4 +8,4 @@
/*-------------------------------------------------------------- /*--------------------------------------------------------------
## Comments ## Comments
--------------------------------------------------------------*/ --------------------------------------------------------------*/
@import "primary/comments"; @import "primary/comments";

View File

@ -6,7 +6,7 @@
margin: 0 0 1.5em; margin: 0 0 1.5em;
} }
.updated:not(.published){ .updated:not(.published) {
display: none; display: none;
} }
@ -19,4 +19,4 @@
.page-links { .page-links {
clear: both; clear: both;
margin: 0 0 1.5em; margin: 0 0 1.5em;
} }

View File

@ -42,4 +42,4 @@ mark, ins {
big { big {
font-size: 125%; font-size: 125%;
} }

View File

@ -1,3 +1,3 @@
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
clear: both; clear: both;
} }

View File

@ -12,4 +12,4 @@ textarea {
@import "headings"; @import "headings";
@import "copy"; @import "copy";

View File

@ -1,2 +1,2 @@
$size__site-main: 100%; $size__site-main: 100%;
$size__site-sidebar: 25%; $size__site-sidebar: 25%;

View File

@ -2,4 +2,4 @@ $font__main: sans-serif;
$font__code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; $font__code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
$font__pre: "Courier 10 Pitch", Courier, monospace; $font__pre: "Courier 10 Pitch", Courier, monospace;
$font__line-height-body: 1.5; $font__line-height-body: 1.5;
$font__line-height-pre: 1.6; $font__line-height-pre: 1.6;

View File

@ -1,3 +1,3 @@
@import "colors"; @import "colors";
@import "typography"; @import "typography";
@import "structure"; @import "structure";