Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Remove workaround (#1438)

* remove workaround class from html

* remove workaround class from css
Cette révision appartient à :
kilo 2017-08-29 04:06:06 +02:00 révisé par ewhal
Parent 195912d11f
révision 2088f8a1c1
2 fichiers modifiés avec 1 ajouts et 2 suppressions

Voir le fichier

@ -74,7 +74,6 @@ body {
position: relative;
z-index: 2;
}
.no-center > center { display: none; }
.header .container {
position: relative;

Voir le fichier

@ -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()}}