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.scss41
1 files changed, 1 insertions, 40 deletions
diff --git a/source/stylesheets/base.css.scss b/source/stylesheets/base.css.scss
index 6125efa..b360df7 100644
--- a/source/stylesheets/base.css.scss
+++ b/source/stylesheets/base.css.scss
@@ -1,43 +1,4 @@
-@import "variables";
-@import "bootstrap";
-
+// TODO
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";