HTML fixes.

This commit is contained in:
Julien Fontanet
2013-03-03 11:09:04 +01:00
parent fe2aa3e030
commit af45b81c28
2 changed files with 6 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ final class ServiceLocator extends Base
new \Monolog\Handler\FingersCrossedHandler(
new \Monolog\Handler\NativeMailerHandler(
$email,
'[XO Server]',
'[XO Web]',
'no-reply@vates.fr',
\Monolog\Logger::DEBUG
),

View File

@@ -44,7 +44,7 @@
{* Makes sure IE is using the last engine available. *}
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{* Replaces the “no-js” class by the “js” class if Javascript
{* Replaces the “no-js” class by the “js” class if JavaScript
* is available.
*}
<script>!function(d){{d.className=d.className.replace(/\bno-js\b/,'js')}(document.documentElement)</script>
@@ -54,6 +54,7 @@
{* (To confirm.) For smartphones and tablets: sets the page
* width to the device width and prevents the page from being
* zoomed in when going to landscape mode.
*}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Web Interface for XCP" />
@@ -61,6 +62,7 @@
{* We use Bootstrap CSS. *}
<link rel="stylesheet" href="{$base_path}/css/bootstrap.css" />
<style>body{{padding-top: 60px}</style>
<link rel="stylesheet" href="{$base_path}/css/bootstrap-responsive.css" />
{* IE support. *}
@@ -73,13 +75,13 @@
{* Our stylesheet and scripts. *}
<link rel="stylesheet" href="{$base_path}/css/style.css" />
<link rel="icon" type="image/png" href="{$base_path}/img/favicon.png" />
{* Children templates may used this block to add extra headers. *}
{block extra_html_headers}{/block}
</head>
<body style="padding-top: 60px">
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">