Loading template/resources/sass/_failure.scss 0 → 100644 +14 −0 Original line number Diff line number Diff line // Styles for error page. @import "variables"; #failure { h1 { padding: 10px 0; font-family: $docs-heading-font; letter-spacing: -1px; margin-bottom: 16px; font-size: 2.3em; color: #66ab16; } p { margin: 0 0 0.8em; } } template/resources/sass/viewport.scss +1 −11 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ @import "trees"; @import "thumb_list"; @import "categories"; @import "failure"; @include icons; Loading Loading @@ -192,17 +193,6 @@ hr { display: none; } } #failure { h1 { padding: 10px 0; font-family: $docs-heading-font; letter-spacing: -1px; margin-bottom: 16px; font-size: 2.3em; color: #66ab16; } p { margin: 0 0 0.8em; } } // Screenshot image created by {@img} tag. Centered. // With a span containing the caption for the image. p.screenshot { Loading Loading
template/resources/sass/_failure.scss 0 → 100644 +14 −0 Original line number Diff line number Diff line // Styles for error page. @import "variables"; #failure { h1 { padding: 10px 0; font-family: $docs-heading-font; letter-spacing: -1px; margin-bottom: 16px; font-size: 2.3em; color: #66ab16; } p { margin: 0 0 0.8em; } }
template/resources/sass/viewport.scss +1 −11 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ @import "trees"; @import "thumb_list"; @import "categories"; @import "failure"; @include icons; Loading Loading @@ -192,17 +193,6 @@ hr { display: none; } } #failure { h1 { padding: 10px 0; font-family: $docs-heading-font; letter-spacing: -1px; margin-bottom: 16px; font-size: 2.3em; color: #66ab16; } p { margin: 0 0 0.8em; } } // Screenshot image created by {@img} tag. Centered. // With a span containing the caption for the image. p.screenshot { Loading