summaryrefslogtreecommitdiff
path: root/source/stylesheets/base.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/base.css.scss')
-rw-r--r--source/stylesheets/base.css.scss44
1 files changed, 2 insertions, 42 deletions
diff --git a/source/stylesheets/base.css.scss b/source/stylesheets/base.css.scss
index 6125efa..bcef650 100644
--- a/source/stylesheets/base.css.scss
+++ b/source/stylesheets/base.css.scss
@@ -1,43 +1,3 @@
-@import "variables";
-@import "bootstrap";
+@import "normalize.scss";
+@import "foundation.scss";
-body {
- @extend .container-fluid;
-}
-
-header {
- @extend .row;
-}
-
-#content {
- @extend .row;
-}
-
-#main {
- @extend .col-sm-8;
- @extend .col-sm-offset-2;
-}
-
-
-div#logo {
- @extend .col-sm-4;
- @extend .col-sm-offset-2;
-}
-
-nav {
- @extend .navbar;
- @extend .navbar-static-top;
- @extend .navbar-inverse;
-}
-
-nav ul {
- @extend .nav;
- @extend .navbar-nav;
-}
-
-// navbar justified is umpossible; this is the best we can do now....
-.navbar-collapse {
- @extend .col-sm-offset-2;
-}
-
-@import "blog";