mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use bootstrap containers.
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
@Html.ActionLink("Return to main page.", "Index")<br />
|
||||
DiscImageChef list of changes:
|
||||
</p>
|
||||
<div>@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer>
|
||||
<div class="container">@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer class="container-fluid">
|
||||
© 2011-2018
|
||||
<a href="http://www.claunia.com"
|
||||
target="_blank">
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
@Html.ActionLink("Return to main page.", "Index")<br />
|
||||
DiscImageChef list of things to be donated:
|
||||
</p>
|
||||
<div>@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer>
|
||||
<div class="container">@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer class="container-fluid">
|
||||
© 2011-2018
|
||||
<a href="http://www.claunia.com"
|
||||
target="_blank">
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
<link href="../../styles/dicserver_highcharts.css"
|
||||
rel="stylesheet"type="text/css" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>@ViewBag.Title</title>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async
|
||||
@@ -58,7 +59,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 align="center">
|
||||
<header>
|
||||
Welcome to
|
||||
<i>
|
||||
<a href="http://github.com/claunia/discimagechef"
|
||||
@@ -66,9 +67,9 @@
|
||||
DiscImageChef
|
||||
</a>
|
||||
</i> Server version @ViewBag.lblVersion
|
||||
</h1>
|
||||
<div>@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer>
|
||||
</header>
|
||||
<div class="container">@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer class="container-fluid">
|
||||
© 2011-2018
|
||||
<a href="http://www.claunia.com"
|
||||
target="_blank">
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
@Html.ActionLink("Return to main page.", "Index")<br />
|
||||
DiscImageChef list of things to do:
|
||||
</p>
|
||||
<div>@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer>
|
||||
<div class="container">@Html.Raw(ViewBag.Markdown)</div>
|
||||
<footer class="container-fluid">
|
||||
© 2011-2018
|
||||
<a href="http://www.claunia.com"
|
||||
target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user