[ds12] centered stuff again

This commit is contained in:
payload 2012-06-25 23:18:19 +02:00
parent 6d31976fcb
commit 6212ddd366
2 changed files with 2 additions and 6 deletions

View File

@ -1,16 +1,14 @@
/* placement */ /* placement */
body { body {
display: table;
width: 100%; width: 100%;
} }
body > * {
display: table-cell;
}
#device { #device {
width: 800px; width: 800px;
padding: 5pt; padding: 5pt;
margin-left: auto;
margin-right: auto;
} }
#nav { #nav {
float: left; float: left;

View File

@ -35,7 +35,6 @@
<xsl:with-param name="title" select="$title"/> <xsl:with-param name="title" select="$title"/>
</xsl:call-template> </xsl:call-template>
<body> <body>
<div>&#xfeff;</div>
<div id="device"> <div id="device">
<div id="device-2"> <div id="device-2">
@ -130,7 +129,6 @@
</div> </div>
</div> </div>
</div> </div>
<div>&#xfeff;</div>
</div> </div>
</body> </body>