Upstream some template changes.
This commit is contained in:
parent
e9a369e8cd
commit
0b0da41c08
6 changed files with 17 additions and 6 deletions
|
@ -13,5 +13,16 @@
|
|||
<li><a href="https://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://apps.fedoraproject.org/fedmenu/js/jquery-1.11.2.min.js"
|
||||
charset="utf-8" type="text/javascript"> </script>
|
||||
<script src="https://apps.fedoraproject.org/fedmenu/js/fedmenu.js"
|
||||
charset="utf-8" type="text/javascript"> </script>
|
||||
<script charset="utf-8" type="text/javascript">
|
||||
fedmenu({
|
||||
'url': 'https://apps.fedoraproject.org/js/data.js',
|
||||
'mimeType': 'application/javascript',
|
||||
'position': 'bottom-right',
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
|
|
@ -28,7 +28,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
href="//fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -27,7 +27,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
href="//fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
href="//fedoraproject.org/static/css/fedora.css" />
|
||||
<style type="text/css">
|
||||
#content
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
href="//fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -27,7 +27,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
href="//fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue