1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/16831] fix tabs missing delimiters and remove commented class

this is just to fix tabs, missing delimiters, and
remove old commented classes in css files

PHPBB3-16831
This commit is contained in:
Prosk8er
2021-08-04 20:13:49 -04:00
parent 90fccff6f1
commit 6dd7b7e8b5
14 changed files with 104 additions and 121 deletions

View File

@@ -151,7 +151,7 @@ dl.row-item dt {
}
dl.row-item dt .list-inner {
padding-left: 52px; /* Space for folder icon */
padding-left: 52px; /* Space for folder icon */
}
dl.row-item dt, dl.row-item dd {
@@ -162,7 +162,7 @@ dl.row-item dt a {
display: inline;
}
dl a.row-item-link { /* topic row icon links */
dl a.row-item-link { /* topic row icon links */
display: block;
width: 30px;
height: 30px;
@@ -577,8 +577,7 @@ blockquote .codebox {
clear: left;
}
.attachbox p.stats
{
.attachbox p.stats {
line-height: 110%;
font-weight: normal;
clear: left;
@@ -591,7 +590,6 @@ blockquote .codebox {
.attach-image img {
border: 1px solid transparent;
/* cursor: move; */
cursor: default;
}