1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Sync news item layout and style (#1451)

This commit is contained in:
Luffy
2025-10-01 13:52:31 +08:00
committed by GitHub
parent 425096ad34
commit 5cd5778ab7
2 changed files with 12 additions and 9 deletions

View File

@@ -1413,7 +1413,8 @@ aside.tips div.inner {
/* }}} */
/* {{{ News */
.newsentry header h2 {
.newsentry header h2,
.newsItem header h2 {
margin:0;
}
.newsentry {
@@ -1427,7 +1428,8 @@ aside.tips div.inner {
float: right;
opacity: 0.8;
}
.newsentry header time {
.newsentry header time,
.newsItem header time {
float:right;
line-height:3rem;
}
@@ -1436,7 +1438,8 @@ aside.tips div.inner {
line-height: 1.7rem;
}
.newsentry .newsimage a {
.newsentry .newsimage a,
.newsItem .newsImage a {
float: right;
border: 0;
padding: 10px;