1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +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

@@ -424,6 +424,6 @@ input.search {
}
.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
.medium { width: 50%; }
.narrow { width: 25%; }
.tiny { width: 10%; }