Cleaner css
This commit is contained in:
parent
dcf97eb134
commit
3c5f9b803b
@ -11,7 +11,7 @@ body.digests main
|
||||
text-align: left
|
||||
|
||||
// Some hack so the display is similar to the one on dlfp
|
||||
.description, .second_part
|
||||
.description, .second-part
|
||||
p
|
||||
white-space: pre-line
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
%hr
|
||||
|
||||
.second_part
|
||||
.second-part
|
||||
:markdown
|
||||
#{second_part}
|
||||
|
||||
@ -90,8 +90,8 @@
|
||||
value='fr' size='2')
|
||||
|
||||
.field.description
|
||||
%label(for='second_part') Seconde partie
|
||||
%textarea#second_part(name='news[wiki_second_part]')= second_part
|
||||
%label(for='second-part') Seconde partie
|
||||
%textarea#second-part(name='news[wiki_second_part]')= second_part
|
||||
|
||||
.actions
|
||||
%button
|
||||
|
Loading…
Reference in New Issue
Block a user