Skip to content

Commit

Permalink
Standardize formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsisk committed Jun 23, 2015
1 parent 3f29a32 commit a2d9b14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
19 changes: 9 additions & 10 deletions -/scss/style.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@ Webcomic: 4.3


/** /**
* ===== PLEASE READ THIS ====================================================== * ===== PLEASE READ THIS ======================================================
* You can make most common style modifications – including adding custom CSS * You can make most common style modifications - including adding custom CSS -
* using the Customizer. If you want to make extensive theme modifications you * using the Customizer. If you want to make extensive theme modifications you
* should create a child theme. * should create a child theme.
* ============================================================================= * =============================================================================
*/ */


@import @import 'utility',
'utility', 'normalize',
'normalize', 'base',
'base', 'layout',
'layout', 'posts',
'posts', 'pages',
'pages', 'comments',
'comments', 'wordpress';
'wordpress';
5 changes: 2 additions & 3 deletions style.css
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@
@charset "UTF-8";
/* /*
Theme Name: Inkblot Theme Name: Inkblot
Theme URI: https://github.com/mgsisk/inkblot Theme URI: https://github.com/mgsisk/inkblot
Expand All @@ -14,7 +13,7 @@ Webcomic: 4.3
*/ */
/** /**
* ===== PLEASE READ THIS ====================================================== * ===== PLEASE READ THIS ======================================================
* You can make most common style modifications – including adding custom CSS * You can make most common style modifications - including adding custom CSS -
* using the Customizer. If you want to make extensive theme modifications you * using the Customizer. If you want to make extensive theme modifications you
* should create a child theme. * should create a child theme.
* ============================================================================= * =============================================================================
Expand Down Expand Up @@ -916,7 +915,7 @@ form.search input {
text-align: center; } text-align: center; }
.first-post:after, .first-post:before { .first-post:after, .first-post:before {
font: 100%/1 awesome; font: 100%/1 awesome;
content: ''; content: '\f005';
padding: 0 1rem; } padding: 0 1rem; }


.post-webcomic { .post-webcomic {
Expand Down

0 comments on commit a2d9b14

Please sign in to comment.