1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +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

@@ -90,7 +90,7 @@ a.lastsubject:hover {
}
.row-item a:hover {
text-decoration: none
text-decoration: none;
}
.row-item .topictitle:hover,
@@ -161,17 +161,13 @@ a.lastsubject:hover {
border-bottom-width: 0;
}
.arrow-up:hover {
}
.arrow-up:hover { }
.arrow-down {
padding-right: 10px;
}
.arrow-down:hover {
}
.arrow-down:hover { }
.arrow-left:hover {
text-decoration: none;