mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Timeline — 2.4.1 (#1340)
This commit is contained in:
parent
17522c6d8d
commit
306994f629
295 changed files with 130 additions and 101 deletions
|
@ -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 */
|
||||
|
|
1
styles/templates/default/css/normalize.css
vendored
1
styles/templates/default/css/normalize.css
vendored
|
@ -75,6 +75,7 @@ pre {
|
|||
|
||||
a {
|
||||
background-color: transparent;
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,7 +27,7 @@ body, th, td, font {
|
|||
|
||||
#page_container {
|
||||
margin: 0 auto;
|
||||
background: #FFFFFF;
|
||||
background: #F3F3F3;
|
||||
border: 1px solid #CFD4D8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue