From 0270098533d38f78c7954de4b187309bc1d81e30 Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 21 Dec 2014 00:34:30 +0100 Subject: [PATCH] Slightly tighter display --- app/assets/stylesheets/all.css.sass | 4 ---- app/assets/stylesheets/events.css.sass | 2 +- app/views/events/show.html.haml | 4 +++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/all.css.sass b/app/assets/stylesheets/all.css.sass index 130ec0db..317a5caf 100644 --- a/app/assets/stylesheets/all.css.sass +++ b/app/assets/stylesheets/all.css.sass @@ -113,11 +113,7 @@ main, body.mce-content-body h1 margin: 10px auto 5px auto letter-spacing: 2px - h2 - margin: 50px auto 20px h3 - margin: 1.1em auto 1em - font-size: 1.2em text-align: left ul, ol text-align: left diff --git a/app/assets/stylesheets/events.css.sass b/app/assets/stylesheets/events.css.sass index aa23b8bf..7c14bf4b 100644 --- a/app/assets/stylesheets/events.css.sass +++ b/app/assets/stylesheets/events.css.sass @@ -3,7 +3,7 @@ header.calendar-header font-size: 1.5em - margin-top: 1em + margin-top: 0.4em font-weight: bolder a font-weight: normal diff --git a/app/views/events/show.html.haml b/app/views/events/show.html.haml index f87f2758..69d22861 100644 --- a/app/views/events/show.html.haml +++ b/app/views/events/show.html.haml @@ -23,7 +23,9 @@ = link_to lug.url do = image_tag lug.url + '/favicon.ico', alt: '', class: :favicon - %h1= t '.actions' + %h1 + %em.fa.fa-wrench + = t '.actions' %h2 = link_to event_path @event, protocol: :webcal, format: :ics do %em.fa.fa-lg.fa-calendar