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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user