fix display of install page (when was it broken ?) + html5 doctype

git-svn-id: http://piwigo.org/svn/trunk@23211 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-06-14 20:39:53 +00:00
parent aea33dbb25
commit 699951a8e7
+8 -9
View File
@@ -1,5 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html>
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$T_CONTENT_ENCODING}">
@@ -44,13 +43,13 @@ body {
font-size:12px;
}
.content {
width: 800px;
margin: auto;
text-align: center;
padding:0;
background-color:transparent !important;
border:none;
#content {
width: 800px;
margin: auto;
text-align: center;
padding:0;
background-color:transparent !important;
border:none;
}
#theHeader {