From 66c0ce27e7214af6f605e3e958273a531fe82468 Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Wed, 23 Apr 2014 00:28:59 +0100 Subject: [PATCH] Added contest edit page styling --- app/assets/stylesheets/layout/_body.scss | 4 + app/views/contests/edit.html.erb | 226 +++++++++++------------ 2 files changed, 112 insertions(+), 118 deletions(-) diff --git a/app/assets/stylesheets/layout/_body.scss b/app/assets/stylesheets/layout/_body.scss index c00c71e..61ecb48 100644 --- a/app/assets/stylesheets/layout/_body.scss +++ b/app/assets/stylesheets/layout/_body.scss @@ -55,6 +55,10 @@ body { h1, h2, h3, h4, h5, h6 { + &.title { + margin-bottom: 1em; + } + &.fancy { clear: both; text-align: center; diff --git a/app/views/contests/edit.html.erb b/app/views/contests/edit.html.erb index dfa4300..f626671 100644 --- a/app/views/contests/edit.html.erb +++ b/app/views/contests/edit.html.erb @@ -1,7 +1,7 @@ -

Editing Contest

+

Editing Contest

-
-