Slightly tighter display
This commit is contained in:
parent
da5be9170c
commit
0270098533
@ -113,11 +113,7 @@ main, body.mce-content-body
|
|||||||
h1
|
h1
|
||||||
margin: 10px auto 5px auto
|
margin: 10px auto 5px auto
|
||||||
letter-spacing: 2px
|
letter-spacing: 2px
|
||||||
h2
|
|
||||||
margin: 50px auto 20px
|
|
||||||
h3
|
h3
|
||||||
margin: 1.1em auto 1em
|
|
||||||
font-size: 1.2em
|
|
||||||
text-align: left
|
text-align: left
|
||||||
ul, ol
|
ul, ol
|
||||||
text-align: left
|
text-align: left
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
header.calendar-header
|
header.calendar-header
|
||||||
font-size: 1.5em
|
font-size: 1.5em
|
||||||
margin-top: 1em
|
margin-top: 0.4em
|
||||||
font-weight: bolder
|
font-weight: bolder
|
||||||
a
|
a
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
@ -23,7 +23,9 @@
|
|||||||
= link_to lug.url do
|
= link_to lug.url do
|
||||||
= image_tag lug.url + '/favicon.ico', alt: '', class: :favicon
|
= image_tag lug.url + '/favicon.ico', alt: '', class: :favicon
|
||||||
|
|
||||||
%h1= t '.actions'
|
%h1
|
||||||
|
%em.fa.fa-wrench
|
||||||
|
= t '.actions'
|
||||||
%h2
|
%h2
|
||||||
= link_to event_path @event, protocol: :webcal, format: :ics do
|
= link_to event_path @event, protocol: :webcal, format: :ics do
|
||||||
%em.fa.fa-lg.fa-calendar
|
%em.fa.fa-lg.fa-calendar
|
||||||
|
Loading…
Reference in New Issue
Block a user