forked from mirror/_s
Add new line at the end of file and missing white space
This commit is contained in:
parent
e88d9e02d9
commit
5ba1b9acb0
|
@ -1 +1 @@
|
|||
js/**.min.js
|
||||
js/**.min.js
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,4 +39,4 @@ figure {
|
|||
margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
|
||||
}
|
||||
|
||||
@import "tables";
|
||||
@import "tables";
|
||||
|
|
|
@ -22,4 +22,4 @@ dt {
|
|||
|
||||
dd {
|
||||
margin: 0 1.5em 1.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
table {
|
||||
margin: 0 0 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ input[type="submit"] {
|
|||
&:focus {
|
||||
border-color: $color__border-button-focus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@import "buttons";
|
||||
|
||||
@import "fields";
|
||||
@import "fields";
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
.site-footer {
|
||||
clear: both;
|
||||
width: $size__site-main;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
.site-footer {
|
||||
clear: both;
|
||||
width: $size__site-main;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ object {
|
|||
/*--------------------------------------------------------------
|
||||
## Galleries
|
||||
--------------------------------------------------------------*/
|
||||
@import "galleries";
|
||||
@import "galleries";
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
.site-content:after,
|
||||
.site-footer:after {
|
||||
@include clearfix-after;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
|
||||
.infinity-end.neverending .site-footer {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@ a {
|
|||
&:active {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
/*--------------------------------------------------------------
|
||||
## Menus
|
||||
--------------------------------------------------------------*/
|
||||
@import "menus";
|
||||
@import "menus";
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
/*--------------------------------------------------------------
|
||||
## Comments
|
||||
--------------------------------------------------------------*/
|
||||
@import "primary/comments";
|
||||
@import "primary/comments";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.updated:not(.published){
|
||||
.updated:not(.published) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -19,4 +19,4 @@
|
|||
.page-links {
|
||||
clear: both;
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@ mark, ins {
|
|||
|
||||
big {
|
||||
font-size: 125%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
h1, h2, h3, h4, h5, h6 {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,4 +12,4 @@ textarea {
|
|||
|
||||
@import "headings";
|
||||
|
||||
@import "copy";
|
||||
@import "copy";
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
$size__site-main: 100%;
|
||||
$size__site-sidebar: 25%;
|
||||
$size__site-sidebar: 25%;
|
||||
|
|
|
@ -2,4 +2,4 @@ $font__main: sans-serif;
|
|||
$font__code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
$font__pre: "Courier 10 Pitch", Courier, monospace;
|
||||
$font__line-height-body: 1.5;
|
||||
$font__line-height-pre: 1.6;
|
||||
$font__line-height-pre: 1.6;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@import "colors";
|
||||
@import "typography";
|
||||
@import "structure";
|
||||
@import "structure";
|
||||
|
|
Reference in New Issue