Skip to content

Commit

Permalink
fixes #16 Switched to standard commenting for x-margin line, assuming…
Browse files Browse the repository at this point in the history
… this was meant to be commented out.
  • Loading branch information
jayseeg committed Aug 22, 2013
1 parent 4618da2 commit 8565f07
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
22 changes: 11 additions & 11 deletions styleguide/css/styleguide.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
$STYLE GUIDE CONTAINER STYLES
\*------------------------------------*/
/**
* NOTE: These styles are specific to the style guide container and should not be modified.
* NOTE: These styles are specific to the style guide container and should not be modified.
* Use style.scss for all content styles that don't pertain to the style guide container.
*
* Second note: Any important declarations are to prevent brand styles from overriding style guide
*
* Second note: Any important declarations are to prevent brand styles from overriding style guide
*/
/*------------------------------------*\
$CONTENTS
\*------------------------------------*/
/**
* STYLE GUIDE VARIABLES------------------Declarations of Sass variables
* STYLE GUIDE VARIABLES------------------Declarations of Sass variables
* -----Font
* -----Colors
* -----Typography
* -----Defaults
* -----Breakpoints
* MIXINS---------------------------------Sass mixins
* MIXINS---------------------------------Sass mixins
* RESET----------------------------------Set reset defaults
* GLOBAL ELEMENTS------------------------Establish global styles
* -----Main
Expand All @@ -35,7 +35,7 @@
* -----Code View
*/
/*------------------------------------*\
$STYLE GUIDE VARIABLES
$STYLE GUIDE VARIABLES
\*------------------------------------*/
/*Fonts*/
/* Style Guide Interface Colors */
Expand All @@ -44,10 +44,10 @@
/* Dimensions */
/* Breakpoints */
/*------------------------------------*\
$STYLE GUIDE MIXINS
$STYLE GUIDE MIXINS
\*------------------------------------*/
/*------------------------------------*\
$STYLE GUIDE INTERFACE
$STYLE GUIDE INTERFACE
\*------------------------------------*/
html, body {
margin: 0;
Expand All @@ -59,7 +59,7 @@ html, body {
background: #dddddd; }

/*------------------------------------*\
$STYLE GUIDE HEADER
$STYLE GUIDE HEADER
\*------------------------------------*/
/* Header */
.sg-header {
Expand Down Expand Up @@ -311,7 +311,7 @@ html, body {

#sg-viewport {
border: 0;
x-margin: 0 auto;
/*margin: 0 auto;*/
height: 100%;
width: 100%; }
#sg-viewport.hay-mode {
Expand Down Expand Up @@ -371,7 +371,7 @@ html, body {
transition: width 0.8s ease-out; }

/*------------------------------------*\
$STYLE GUIDE CONTENT
$STYLE GUIDE CONTENT
\*------------------------------------*/
/* Section Head */
.sg-head {
Expand Down
Loading

0 comments on commit 8565f07

Please sign in to comment.