Petits changements, surtout d'apparence
This commit is contained in:
parent
681d97a8b0
commit
c336210518
@ -123,7 +123,6 @@ main
|
||||
input, textarea, select, a.button
|
||||
color: black
|
||||
margin: 3px 0
|
||||
cursor: pointer
|
||||
border: 1px solid #868686
|
||||
font-family: georgia, serif
|
||||
@include border-radius(0.1em)
|
||||
@ -132,6 +131,7 @@ main
|
||||
&[type=submit], &.button
|
||||
color: black
|
||||
border: none
|
||||
cursor: pointer
|
||||
padding: 0.2em 0.6em
|
||||
font-size: larger
|
||||
line-height: 1.1em
|
||||
|
@ -43,9 +43,10 @@
|
||||
|
||||
%h3=t '.description'
|
||||
.description
|
||||
= sanitize @event.description,
|
||||
tags: %w(p br table tr td ul ol li a strong b em i img),
|
||||
attributes: %w(href src width height)
|
||||
:markdown
|
||||
#{sanitize @event.description,
|
||||
tags: %w(p br table tr td ul ol li a strong b em i img),
|
||||
attributes: %w(href src width height)}
|
||||
|
||||
%h3=t '.infos'
|
||||
%p
|
||||
|
Loading…
Reference in New Issue
Block a user