mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +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:
@@ -15,12 +15,12 @@
|
||||
|
||||
.sr-only-focusable:active,
|
||||
.sr-only-focusable:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
.clearfix:before,
|
||||
@@ -37,7 +37,7 @@
|
||||
.clearfix:after,
|
||||
.container:after,
|
||||
.container-fluid:after,
|
||||
.row:after { clear: both }
|
||||
.row:after { clear: both; }
|
||||
|
||||
.center-block {
|
||||
display: block;
|
||||
@@ -45,11 +45,11 @@
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pull-right { float: right !important }
|
||||
.pull-left { float: left !important }
|
||||
.hide { display: none !important }
|
||||
.show { display: block !important }
|
||||
.invisible { visibility: hidden }
|
||||
.pull-right { float: right !important; }
|
||||
.pull-left { float: left !important; }
|
||||
.hide { display: none !important; }
|
||||
.show { display: block !important; }
|
||||
.invisible { visibility: hidden; }
|
||||
|
||||
.text-hide {
|
||||
font: 0/0 a;
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none ;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.affix { position: fixed }
|
||||
.affix { position: fixed; }
|
||||
|
Reference in New Issue
Block a user