From 10faba5e2e0dce52ea68286ad5f57748fb8a728f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 1 May 2018 14:05:10 -0400 Subject: [PATCH] WIP fixing news layout --- _layouts/news.html | 82 +++++++++++++++++++++++++++++++++++++ stylesheets/styles-news.css | 6 +++ stylesheets/stylesheet.css | 5 --- 3 files changed, 88 insertions(+), 5 deletions(-) create mode 100644 _layouts/news.html create mode 100644 stylesheets/styles-news.css diff --git a/_layouts/news.html b/_layouts/news.html new file mode 100644 index 00000000..7c957cf2 --- /dev/null +++ b/_layouts/news.html @@ -0,0 +1,82 @@ + +{% include base.html %} + + + + + + + + + + + + Cyclone Scheme + + + + + +
+
+ +
+
+
+
+

+ + Cyclone + +

+

Cheney on the M.T.A. with native threads.

+ + +
+ +
+
+
+ + +
+
+ {{ content }} +
+
+ + + + + + + + diff --git a/stylesheets/styles-news.css b/stylesheets/styles-news.css new file mode 100644 index 00000000..47d6be1a --- /dev/null +++ b/stylesheets/styles-news.css @@ -0,0 +1,6 @@ + +#main_content a { + font-size: 36px; + font-weight: 700; +} + diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index e07906f0..c262bb60 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -294,11 +294,6 @@ Full-Width Styles margin: 0 auto; } -#main_content a { - font-size: 36px; - font-weight: 700; -} - #forkme_banner { display: block; position: absolute;