suppress favicon and move errant style from HEAD to css doc

This commit is contained in:
Oliver Gorwits
2012-01-07 19:49:49 +00:00
parent e7860b2aea
commit 54d6422894
3 changed files with 12 additions and 14 deletions

View File

@@ -2,8 +2,9 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
<title>Netdisco</title>
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
<link rel="shortcut icon" href="#" />
<title>Netdisco</title>
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
@@ -24,14 +25,6 @@
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<!-- for the fixed navbar -->
<style type="text/css">
body {
padding-top: 50px;
}
</style>
</head>
<body>