deleted file mode 100644
@@ -1,8 +0,0 @@
-<div id="copyright">
- <div id="copyright-inner">
- <div class="container">
- This site is made available under the terms of
- <a href="{{ relative_root }}/license.html">a number of licenses</a>.
- </div>
- </div>
-</div>
@@ -27,4 +27,7 @@
<li><a href="https://xenproject.org">Xen</a></li>
</ul>
</div>
+ <div id="licenses">
+ <a href="{{ relative_root }}/license.html">Website licenses</a>
+ </div>
</div>
@@ -21,7 +21,6 @@ Released for free under the Creative Commons Attribution 3.0 license (templated.
{% include sidebar.html %}
{% include footer.html %}
- {% include copyright.html %}
</body>
</html>
@@ -18,7 +18,6 @@ Released for free under the Creative Commons Attribution 3.0 license (templated.
{{ content }}
{% include footer.html %}
- {% include copyright.html %}
</body>
</html>
@@ -23,7 +23,6 @@ Released for free under the Creative Commons Attribution 3.0 license (templated.
</div>
{% include footer.html %}
- {% include copyright.html %}
</body>
</html>
@@ -242,7 +242,7 @@
/* Columns */
/*********************************************************************************/
- #main, #footer-inner, #copyright-inner
+ #main, #footer-inner
{
margin-left: 0%;
width: 100%;
@@ -428,7 +428,7 @@
/* Columns */
/*********************************************************************************/
- #main, #copyright-inner
+ #main
{
margin-left: 16.667%;
width: 66.667%;
@@ -523,23 +523,18 @@
margin: 0
}
-/*********************************************************************************/
-/* Copyright */
-/*********************************************************************************/
-
- #copyright
- {
- clear: left;
- border-top: 1px solid #aaaaaa;
- position: relative;
- color: #aaaaaa;
- background: #ffffff;
- padding: 1em 0em;
+ #licenses {
+ padding: 0em;
+ padding-left: 1em;
+ padding-right: 1em;
+ font-size: smaller;
+ color: #401200;
+ background: #fff;
+ margin: 1em;
}
-
- #copyright a
- {
- color: inherit;
+
+ #licenses {
+ float: right;
}
/*********************************************************************************/
The copyright information is at the base of the page so logically part of the page footer structure. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- _includes/copyright.html | 8 -------- _includes/footer.html | 3 +++ _layouts/blog.html | 1 - _layouts/home.html | 1 - _layouts/page.html | 1 - assets/css/style-mobile.css | 2 +- assets/css/style.css | 29 ++++++++++++----------------- 7 files changed, 16 insertions(+), 29 deletions(-) delete mode 100644 _includes/copyright.html