Doh, might want to import the main grid
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	<!-- CSS
 | 
						<!-- CSS
 | 
				
			||||||
  ================================================== -->
 | 
					  ================================================== -->
 | 
				
			||||||
	<link rel="stylesheet" href="stylesheets/styles.css">
 | 
						<link rel="stylesheet" href="stylesheets/style.css">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<!--[if lt IE 9]>
 | 
						<!--[if lt IE 9]>
 | 
				
			||||||
		<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
 | 
							<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,6 +53,12 @@ $form_element_font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-se
 | 
				
			|||||||
  background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* W3C */
 | 
					  background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* W3C */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@import "grid.scss";
 | 
				
			||||||
 | 
					@import "typography.scss";
 | 
				
			||||||
 | 
					@import "links.scss";
 | 
				
			||||||
 | 
					@import "lists.scss";
 | 
				
			||||||
 | 
					@import "forms.scss";
 | 
				
			||||||
 | 
					@import "images.scss";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* #Media Queries
 | 
					/* #Media Queries
 | 
				
			||||||
================================================== */
 | 
					================================================== */
 | 
				
			||||||
@@ -70,10 +76,4 @@ $form_element_font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-se
 | 
				
			|||||||
@media only screen and (min-width: 480px) and (max-width: 767px) {}
 | 
					@media only screen and (min-width: 480px) and (max-width: 767px) {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 | 
					/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 | 
				
			||||||
@media only screen and (max-width: 479px) {}
 | 
					@media only screen and (max-width: 479px) {}
 | 
				
			||||||
 | 
					 | 
				
			||||||
@import "typography.scss";
 | 
					 | 
				
			||||||
@import "links.scss";
 | 
					 | 
				
			||||||
@import "lists.scss";
 | 
					 | 
				
			||||||
@import "forms.scss";
 | 
					 | 
				
			||||||
@import "images.scss";
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user