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