Timeline — 2.4.1 (#1340)

This commit is contained in:
Cønstantine Kovalensky 2024-01-26 23:19:25 +04:00 committed by GitHub
commit 306994f629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
295 changed files with 130 additions and 101 deletions

View file

@ -477,10 +477,13 @@ img.smile, img.postImg {
img.postImg {
margin: 2px 2px 0 0;
max-width: 100%;
height: auto;
}
img.postImgAligned {
margin: 4px 4px 2px;
}
var.img-left {
@ -804,7 +807,7 @@ table.forumline {
color: #D5E4EC;
font-size: 11px;
font-weight: bold;
background: #1C508C;
background: #4E5E6F;
}
/* "lte IE 6" in page_header.tpl */

View file

@ -75,6 +75,7 @@ pre {
a {
background-color: transparent;
transition: color 0.5s;
}
/**

View file

@ -27,7 +27,7 @@ body, th, td, font {
#page_container {
margin: 0 auto;
background: #FFFFFF;
background: #F3F3F3;
border: 1px solid #CFD4D8;
}