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