From a2f5f734b37127abce1f83a28eb82d562dbb8a87 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 24 Jan 2015 12:17:44 -1000 Subject: [PATCH] Set up index.scss This file is for index page styles. Start by offsetting the gutter so the title bar doesn't obscure the first entry. --- stylesheets/index.css | 0 stylesheets/index.scss | 3 +++ stylesheets/manifest.css | 3 +++ stylesheets/manifest.scss | 1 + 4 files changed, 7 insertions(+) delete mode 100644 stylesheets/index.css create mode 100644 stylesheets/index.scss diff --git a/stylesheets/index.css b/stylesheets/index.css deleted file mode 100644 index e69de29bb..000000000 diff --git a/stylesheets/index.scss b/stylesheets/index.scss new file mode 100644 index 000000000..5228bee03 --- /dev/null +++ b/stylesheets/index.scss @@ -0,0 +1,3 @@ +.gutter { + margin-top: 36px; +} diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 3b3e7dfcf..469f6c239 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1,3 +1,6 @@ +.gutter { + margin-top: 36px; } + @font-face { font-family: 'Roboto'; src: url("/fonts/Roboto-Regular.ttf") format("truetype"); } diff --git a/stylesheets/manifest.scss b/stylesheets/manifest.scss index 1c9eea569..c9cea992f 100644 --- a/stylesheets/manifest.scss +++ b/stylesheets/manifest.scss @@ -6,6 +6,7 @@ @import 'variables'; // Build the main view + @import 'index'; @import 'view/conversation'; // Not sure where something goes, or