Doh, might want to import the main grid

This commit is contained in:
Nick Pack 2012-09-10 17:16:47 +01:00
parent a000e94342
commit 4294551c95
2 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/style.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

View File

@ -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 */
}
@import "grid.scss";
@import "typography.scss";
@import "links.scss";
@import "lists.scss";
@import "forms.scss";
@import "images.scss";
/* #Media Queries
================================================== */
@ -71,9 +77,3 @@ $form_element_font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-se
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
@import "typography.scss";
@import "links.scss";
@import "lists.scss";
@import "forms.scss";
@import "images.scss";