mirror of
https://github.com/torproject/styleguide.git
synced 2024-12-04 15:56:31 +00:00
Updated licences
+ CC3.0 and MIT at footer + Minor small tag font update
This commit is contained in:
parent
b456cb2570
commit
597166e721
@ -157,18 +157,26 @@
|
||||
content: "\f11e";
|
||||
}
|
||||
|
||||
|
||||
.display-1,
|
||||
.display-2,
|
||||
.display-3,
|
||||
.display-4{
|
||||
.display-4 {
|
||||
font-family: Source Sans Pro Light;
|
||||
}
|
||||
|
||||
.font-family-serif { font-family: $font-family-serif !important;}
|
||||
.font-weight-light { font-family: Source Sans Pro Light }
|
||||
.font-weight-bold { font-family: Source Sans Pro Bold }
|
||||
.font-family-serif {
|
||||
font-family: $font-family-serif !important;
|
||||
}
|
||||
.font-weight-light {
|
||||
font-family: Source Sans Pro Light
|
||||
}
|
||||
.font-weight-bold {
|
||||
font-family: Source Sans Pro Bold
|
||||
}
|
||||
|
||||
.small, small{
|
||||
font-size: 90%;
|
||||
}
|
||||
h6 {
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
@ -195,6 +203,7 @@ mark,.mark {
|
||||
.bd-toc{
|
||||
order: 0 !important;
|
||||
}
|
||||
|
||||
#components-nav .nav-pills .nav-link,
|
||||
#visuals-nav .nav-pills .nav-link{
|
||||
border-radius: 0;
|
||||
@ -456,4 +465,4 @@ mark,.mark {
|
||||
|
||||
.dropdown:hover .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p class="mt-5 mb-5">© Copyright 2017 by <a href="https://torproject.org" title="the Tor Project, INC." target="_blank">the Tor Project.</a> <span class="text-muted">The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.</span>
|
||||
<p class="mt-5 mb-5">
|
||||
<span class="text-muted small"> Styleguide code licensed under <a href="https://opensource.org/licenses/MIT" title="MIT" target="_blank">MIT</a>, documents licensed under a <a href="https://creativecommons.org/licenses/by/3.0/us/" title="CC 3.0" target="_blank">Creative Commons Attribution 3.0 United States License</a>. Please see our <a href="https://www.torproject.org/docs/trademark-faq.html" title="Trademark FAQ" target="_blank">Trademark Policy</a> for guidelines on the appropriate use of Tor Project trademarks. The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user