Skip to content

Commit

Permalink
Merge pull request #13 from melriksdesign/master
Browse files Browse the repository at this point in the history
Two minor modifications
  • Loading branch information
wycks committed Sep 11, 2014
2 parents 88ff1d0 + 8ae301e commit 757f660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions functions.php
Expand Up @@ -34,6 +34,7 @@
));

//Enqueue_styles
if ( ! function_exists( 'Wps_load_styles' ) ) {
function Wps_load_styles() {

wp_register_style( 'skeleton-style', get_template_directory_uri() . '/style.css');
Expand All @@ -46,3 +47,4 @@ function Wps_load_styles() {

}
add_action('wp_enqueue_scripts', 'Wps_load_styles');
} // endif
13 changes: 5 additions & 8 deletions style.css
Expand Up @@ -30,10 +30,6 @@ Use it to make something cool, have fun, and share what you've learned with othe
/*.column, .columns { float: left; display: inline;}*/
.row { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }

/* Base Grid */
.container .one.column { width: 40px; }
.container .two.columns { width: 100px; }
Expand Down Expand Up @@ -72,11 +68,12 @@ Use it to make something cool, have fun, and share what you've learned with othe
.container .offset-by-fourteen { padding-left: 840px; }
.container .offset-by-fifteen { padding-left: 900px; }


/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }

/* WordPress sidebar*/
.one-third.column{
margin-left: 30px;
}
#side .one-third.column{ margin-left: 30px; }


/* #Tablet (Portrait)
Expand Down

0 comments on commit 757f660

Please sign in to comment.