Skip to content

Commit 3789491

Browse files
committed
guide_license_ui_changes
1 parent 9133f4d commit 3789491

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/main/content/_assets/css/end-of-guide.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
color:#5d6a8e;
5757
letter-spacing:0;
5858
line-height:24px;
59+
&:hover {
60+
color: #313653;
61+
}
5962
}
6063

6164
.licensedClass {
@@ -214,3 +217,7 @@
214217
footer {
215218
padding-top: 0;
216219
}
220+
221+
.license{
222+
margin-top: 41px;
223+
}

src/main/content/_includes/end-of-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3 id="need_help">{% t endofguide.need_help %}</h3>
8080
<h3>{% t endofguide.like_olio %}</h3>
8181
<a class="github-button" href="https://github.com/OpenLiberty/open-liberty" data-icon="octicon-star" aria-label="Star OpenLiberty/open-liberty on GitHub">{% t endofguide.star %}</a>
8282

83-
<p ><a id="guide_attribution" target="_blank" rel="noopener noreferrer" href="https://github.com/OpenLiberty/guide-{{page.url | replace: '/guides/', ''}}/blob/prod/LICENSE">{% t endofguide.guide_license %}</a> </p>
83+
<p class="license"><a id="guide_attribution" target="_blank" rel="noopener noreferrer" href="https://github.com/OpenLiberty/guide-{{page.url | replace: '/guides/', ''}}/blob/prod/LICENSE">{% t endofguide.guide_license %}</a> </p>
8484
</div>
8585
<div id="end_of_guide_right_section">
8686
<h3 id="where_to_next">{% t endofguide.where_to_next %}</h3>

0 commit comments

Comments
 (0)