Changeset 23211 for trunk/admin


Ignore:
Timestamp:
Jun 14, 2013, 10:39:53 PM (11 years ago)
Author:
mistic100
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r12886 r23211  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    2 "http://www.w3.org/TR/html4/strict.dtd">
     1<!DOCTYPE html>
    32<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
    43<head>
     
    4544}
    4645
    47 .content {
    48  width: 800px;
    49  margin: auto;
    50  text-align: center;
    51  padding:0;
    52  background-color:transparent !important;
    53  border:none;
     46#content {
     47  width: 800px;
     48  margin: auto;
     49  text-align: center;
     50  padding:0;
     51  background-color:transparent !important;
     52  border:none;
    5453}
    5554
Note: See TracChangeset for help on using the changeset viewer.