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