Skip to content

Commit

Permalink
[DOCS-7907] Fix layout for legal links
Browse files Browse the repository at this point in the history
  • Loading branch information
anxumalo committed Nov 5, 2024
1 parent 06e4f68 commit d93d0a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="column">
<p><b>Additional resources</b></p>
<ul>
<li><a href="https://connect.hyland.com/t5/alfresco-forum/bd-p/alfresco1forum-board" target="_blank">Alfresco Forums</a></li>
<li><a href="https://connect.hyland.com/t5/alfresco-forum/bd-p/alfresco1forum-board" target="_blank">Alfresco Forum</a></li>
<li><a href="https://university.hyland.com/" target="_blank">Hyland University</a></li>
<li><a href="https://github.com/Alfresco/docs-alfresco/tree/master/_archive/" target="_blank">Legacy Documentation</a></li>
<li><a href="/documentation-notice/" target="_blank">Documentation Notice</a></li>
Expand All @@ -23,7 +23,7 @@

<section class="section footer-corporate">
<footer class="footer container footer-links">
<div class="row footer-copyright">
<div class="footer-copyright">
<p>©{{ 'now' | date: "%Y" }} Hyland Software, Inc. and its affiliates. All rights reserved.</p>
</div>
<div class="white custom-footer">
Expand Down
21 changes: 10 additions & 11 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,18 +313,10 @@ nav.navbar .navbar-lang {
content: " | ";
}

/* display: flex; - omit for now; text lost center alignment
.row {
display: flex;
.footer-links ul li {
display: inline-block;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
} */

/* footer links too pale
.white {
opacity: 0.7;
} */
}

.white, .white-link {
color: #ffffff;
Expand All @@ -343,6 +335,13 @@ nav.navbar .navbar-lang {
color: #ffffff;
}

.copyright-text,
.bottom-menu {
padding: 1em;
display: inline-block;
text-align: center;
}

/* sections */

body > .section {
Expand Down

0 comments on commit d93d0a6

Please sign in to comment.