Browse Source

fix styles

main
ghost 3 years ago
parent
commit
5ad566b1d9
  1. 8
      src/public/css/template/default/module/feed.css

8
src/public/css/template/default/module/feed.css

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
position: absolute;
top: 19px;
left: 19px;
z-index: 2;
}
.moduleFeed .item .avatar img {
@ -54,3 +55,10 @@ @@ -54,3 +55,10 @@
float: right;
font-weight: normal;
}
.moduleFeed .item .message .info a,
.moduleFeed .item .message .info a:hover,
.moduleFeed .item .message .info a:visited {
color: #1c1d1e;
text-decoration: none;
}
Loading…
Cancel
Save