Remove workaround (#1438)
* remove workaround class from html * remove workaround class from css
Cette révision appartient à :
Parent
195912d11f
révision
2088f8a1c1
2 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -74,7 +74,6 @@ body {
|
|||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.no-center > center { display: none; }
|
||||
|
||||
.header .container {
|
||||
position: relative;
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<nav id="header" class="header {{ block contclass() }}{{end}}">
|
||||
{{block menu()}}{{end}}
|
||||
</nav>
|
||||
<div id="content" class="{{ block contclass() }}{{end}}{{if isset(Infos["system"])}} no-center{{end}}">
|
||||
<div id="content" class="{{ block contclass() }}{{end}}">
|
||||
<div class="content container center">
|
||||
{{ yield infos()}}
|
||||
{{ yield errors()}}
|
||||
|
|
Référencer dans un nouveau ticket