update guestbook message style
This commit is contained in:
parent
f803aaa453
commit
457d1c2590
|
@ -58,7 +58,14 @@
|
|||
content: 'Email is hidden';
|
||||
}
|
||||
|
||||
|
||||
.gb_entry_message_text {
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:10pt;
|
||||
max-width:800px;
|
||||
height:300px;
|
||||
word-wrap:break-word
|
||||
}
|
||||
|
||||
/* ui elements */
|
||||
|
||||
|
|
|
@ -111,5 +111,5 @@ block content
|
|||
a(href='/guestbook/del/' + entry.id class='gb_record_del_btn' title='you can delete your own messages') delete
|
||||
td(width='80%' class='gb_entry_text')
|
||||
p(class='gb_entry_text_title') Message:
|
||||
p(style='margin:0;padding:0;font-size:10pt').
|
||||
p(class='gb_entry_message_text').
|
||||
#{entry.text}
|
Loading…
Reference in New Issue