mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
ed9083070c
2 changed files with 6 additions and 2 deletions
|
@ -961,7 +961,6 @@ a.tag:hover {
|
|||
background: #3399CC;
|
||||
}
|
||||
.news-item .title {
|
||||
margin-bottom: .4em;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
float: left;
|
||||
|
@ -1054,6 +1053,11 @@ a.tag:hover {
|
|||
.news-item .actions, .news-item.comment .content {
|
||||
margin-left: 61px;
|
||||
}
|
||||
.news-item.comment .content {
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.news-item.comment .comments .actions {
|
||||
margin-left: 47px;
|
||||
}
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div style="margin-bottom: 10px"><%== sanitize_comment profile_comment.message %></div>
|
||||
<%== sanitize_comment profile_comment.message %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue