Skip to content

Commit a5b75e1

Browse files
authored
Merge pull request creativecommons#525 from creativecommons/footer-and-dev-vocab-theme
App: remove Facebook from footer and update dev vocabulary-theme
2 parents ee82e69 + 4df2c81 commit a5b75e1

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

cc_legal_tools/static/wp-content/themes/vocabulary-theme/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: CC Vocabulary Theme
33
Author: the Creative Commons team; possumbilities, Timid Robot
44
Author URI: https://opensource.creativecommons.org/
55
Description: Theme based on the Vocabulary Design System
6-
Version: 1.11.1
6+
Version: 1.12
77
Requires at least: 5.0
88
Tested up to: 6.2.2
99
Requires PHP: 7.0
@@ -1011,6 +1011,14 @@ main .content figure:has(img.alignright), .blog-post main figure:has(img.alignri
10111011
float: right;
10121012
}
10131013

1014+
.course-index, course-page {
1015+
background: white;
1016+
}
1017+
1018+
.course-page main .content {
1019+
grid-column: 2 / span 9;
1020+
}
1021+
10141022
@media (max-width:400px) {
10151023

10161024
div[id^="attachment_"].alignleft {

cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,14 +1747,14 @@ body > footer .license svg {
17471747
top: 3.4em;
17481748
left: 0;
17491749
width: 30%;
1750+
max-height: 21.8rem;
1751+
overflow: hidden;
1752+
border: 16px solid white;
17501753
}
17511754

17521755
.person-page main > header figure img {
17531756
box-sizing: border-box;
17541757
width: 100%;
1755-
max-height: 21.8rem;
1756-
1757-
border: 16px solid white;
17581758
}
17591759

17601760
.person-page main > header .bio {

templates/includes/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ <h2>Contact Us</h2>
2323
<!-- <li><a class="icon-replace fa-instagram" href="#">Instagram</a></li> -->
2424
<li><a class="icon-replace fa-bluesky" href="https://bsky.app/profile/creativecommons.bsky.social" target="_blank">Bluesky</a></li>
2525
<li><a class="icon-replace fa-mastodon" href="https://mastodon.social/@creativecommons" target="_blank">Mastodon</a></li>
26-
<li><a class="icon-replace fa-facebook" href="https://www.facebook.com/creativecommons" target="_blank">Facebook</a></li>
2726
<li><a class="icon-replace fa-linkedin" href="https://www.linkedin.com/company/creative-commons/" target="_blank">LinkedIn</a></li>
2827
</ul>
2928
</nav>

0 commit comments

Comments
 (0)