From e2116839f8e17856f59e052df189c2773f872f04 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Mon, 31 Mar 2014 16:19:42 +0100 Subject: [PATCH] converted all tabs to spaces --- css/_forms.scss | 48 +++++++++++++++++++++---------------------- css/_nav.scss | 2 +- css/_normalise.scss | 26 +++++++++++------------ css/_reset.scss | 40 ++++++++++++++++++------------------ css/_utilities.scss | 36 ++++++++++++++++---------------- footer.php | 14 ++++++------- functions.php | 2 +- header.php | 44 +++++++++++++++++++-------------------- index.php | 50 ++++++++++++++++++++++----------------------- package.json | 2 +- 10 files changed, 132 insertions(+), 132 deletions(-) diff --git a/css/_forms.scss b/css/_forms.scss index 42be700..bbc8c25 100755 --- a/css/_forms.scss +++ b/css/_forms.scss @@ -1,47 +1,47 @@ input, select, textarea { - background-color: $base-background-colour; - border: solid 1px $base-colour; - color: $base-colour; - display: inline-block; - font: inherit; - line-height: $base-margin-bottom; - padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2); - width: 300px; + background-color: $base-background-colour; + border: solid 1px $base-colour; + color: $base-colour; + display: inline-block; + font: inherit; + line-height: $base-margin-bottom; + padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2); + width: 300px; } input[type="checkbox"], input[type="radio"] { - background: transparent; - border: 0; - width: auto; + background: transparent; + border: 0; + width: auto; } textarea { - min-height: ($base-margin-bottom * 4); + min-height: ($base-margin-bottom * 4); } .form__group { - margin-bottom: $base-margin-bottom; + margin-bottom: $base-margin-bottom; } .form__label { - font-weight: bold; + font-weight: bold; } .form__controls { - @extend .clearfix; + @extend .clearfix; } .btn { - background-color: $base-colour; - border: 0; - color: $base-background-colour; - cursor: pointer; - display: inline-block; - height: ($base-margin-bottom * 1.5); - line-height: ($base-margin-bottom * 1.5); - padding: 0 $base-margin-bottom; - width: auto; + background-color: $base-colour; + border: 0; + color: $base-background-colour; + cursor: pointer; + display: inline-block; + height: ($base-margin-bottom * 1.5); + line-height: ($base-margin-bottom * 1.5); + padding: 0 $base-margin-bottom; + width: auto; } \ No newline at end of file diff --git a/css/_nav.scss b/css/_nav.scss index 09a0996..80268ec 100755 --- a/css/_nav.scss +++ b/css/_nav.scss @@ -7,4 +7,4 @@ display: block; } } -} +} \ No newline at end of file diff --git a/css/_normalise.scss b/css/_normalise.scss index c0dc516..719190b 100755 --- a/css/_normalise.scss +++ b/css/_normalise.scss @@ -1,12 +1,12 @@ html { - background-color: $base-background-colour; - color: $base-colour; - font: #{($base-font-size * 6.25) * 1%}/#{$base-line-height} $base-font-stack; + background-color: $base-background-colour; + color: $base-colour; + font: #{($base-font-size * 6.25) * 1%}/#{$base-line-height} $base-font-stack; } a { - color: $base-colour; - text-decoration: none; + color: $base-colour; + text-decoration: none; } h1, @@ -18,26 +18,26 @@ h6, p, ul, ol { - margin-bottom: $base-margin-bottom; + margin-bottom: $base-margin-bottom; } ul, ol { - margin-left: $base-margin-bottom; + margin-left: $base-margin-bottom; } ul ul, ol ol { - margin-bottom: 0; + margin-bottom: 0; } img { - display: block; - height: auto; - max-width: 100%; + display: block; + height: auto; + max-width: 100%; } blockquote { - font-style: italic; - padding-left: $base-margin-bottom; + font-style: italic; + padding-left: $base-margin-bottom; } \ No newline at end of file diff --git a/css/_reset.scss b/css/_reset.scss index a9bb431..c544278 100755 --- a/css/_reset.scss +++ b/css/_reset.scss @@ -1,10 +1,10 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { - border: 0; - font-size: 100%; - font: inherit; - margin: 0; - padding: 0; - vertical-align: baseline; + border: 0; + font-size: 100%; + font: inherit; + margin: 0; + padding: 0; + vertical-align: baseline; } article, @@ -19,7 +19,7 @@ menu, nav, section, main { - display: block; + display: block; } address, @@ -28,29 +28,29 @@ cite, dfn, th, var { - font-style: normal; - font-weight: normal; + font-style: normal; + font-weight: normal; } blockquote, q { - quotes: none; + quotes: none; } blockquote, q { - &:before, - &:after { - content: ''; - content: none; - } + &:before, + &:after { + content: ''; + content: none; + } } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } th { - font-weight: bold; - text-align: left; -} + font-weight: bold; + text-align: left; +} \ No newline at end of file diff --git a/css/_utilities.scss b/css/_utilities.scss index 2566c63..43b06d2 100755 --- a/css/_utilities.scss +++ b/css/_utilities.scss @@ -1,35 +1,35 @@ .alignleft { - float: left; + float: left; } img.alignleft { - margin-right: $gutter * 1px; + margin-right: $gutter * 1px; } .alignright { - float: right; + float: right; } img.alignright { - margin-left : $gutter * 1px; + margin-left : $gutter * 1px; } .aligncenter { - display: block; - margin: { - left: auto; - right: auto; - } + display: block; + margin: { + left: auto; + right: auto; + } } .clearfix { - &:before, - &:after{ - content: ''; - display: table; - line-height: 0; - } - &:after{ - clear: both; - } + &:before, + &:after{ + content: ''; + display: table; + line-height: 0; + } + &:after{ + clear: both; + } } \ No newline at end of file diff --git a/footer.php b/footer.php index f44940d..1973eeb 100755 --- a/footer.php +++ b/footer.php @@ -1,9 +1,9 @@ - + + \ No newline at end of file diff --git a/functions.php b/functions.php index 2803cae..46a95cc 100644 --- a/functions.php +++ b/functions.php @@ -53,4 +53,4 @@ function my_wp_nav_menu_args( $args = '' ) { return $args; } -add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); +add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); \ No newline at end of file diff --git a/header.php b/header.php index 53a9943..062061c 100755 --- a/header.php +++ b/header.php @@ -1,24 +1,24 @@ > - - - - - - <?php wp_title( '' ); ?> - - - - - > - + + + + + + <?php wp_title( '' ); ?> + + + + + > + \ No newline at end of file diff --git a/index.php b/index.php index f5ced89..45a47af 100755 --- a/index.php +++ b/index.php @@ -2,42 +2,42 @@
-
+
-
+
- + -
> +
> -
-

- -

-
+
+

+ +

+
- + -
+
- + - str_replace( 99999999, '%#%', esc_url( get_pagenum_link( 99999999 ) ) ), - 'format' => '?paged=%#%', - 'current' => max( 1, get_query_var('paged') ), - 'total' => $jobs->max_num_pages - )); - ?> + str_replace( 99999999, '%#%', esc_url( get_pagenum_link( 99999999 ) ) ), + 'format' => '?paged=%#%', + 'current' => max( 1, get_query_var('paged') ), + 'total' => $jobs->max_num_pages + )); + ?> -
+
- + -
+
diff --git a/package.json b/package.json index 6d9ac92..7baa8cd 100755 --- a/package.json +++ b/package.json @@ -7,4 +7,4 @@ "grunt-contrib-watch": "~0.5.3", "grunt-contrib-imagemin": "~0.5.0" } -} +} \ No newline at end of file