mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
styling for license notes in sidebar
This commit is contained in:
parent
3c14329ea7
commit
84dd1a3cfb
@ -319,6 +319,9 @@ strong {
|
||||
.sidebar .how-to-apply p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.sidebar .note {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.sidebar .source {
|
||||
font-size: 12px;
|
||||
|
@ -226,7 +226,7 @@ third-party archives.
|
||||
<p>
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
||||
</p>
|
||||
<p>
|
||||
<p class="note">
|
||||
<strong>Note:</strong> The Apache Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice at the very end of the license in the appendix.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -374,7 +374,7 @@ Public License instead of this License.
|
||||
<p>
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
||||
</p>
|
||||
<p>
|
||||
<p class="note">
|
||||
<strong>Note:</strong> The Free Software Foundation recommends taking the additional
|
||||
step of adding a boilerplate notice to the top of each file. The boilerplate can
|
||||
be found at the end of the license.
|
||||
|
@ -709,7 +709,7 @@ Public License instead of this License. But first, please read
|
||||
<p>
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
||||
</p>
|
||||
<p>
|
||||
<p class="note">
|
||||
<strong>Note:</strong> The Free Software Foundation recommends taking the additional
|
||||
step of adding a boilerplate notice to the top of each file. The boilerplate can
|
||||
be found at the end of the license.
|
||||
|
@ -537,7 +537,7 @@ That's all there is to it!
|
||||
<p>
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
||||
</p>
|
||||
<p>
|
||||
<p class="note">
|
||||
<strong>Note:</strong> The Free Software Foundation recommends taking the additional
|
||||
step of adding a boilerplate notice to the top of each file. The boilerplate can
|
||||
be found at the end of the license.
|
||||
|
Loading…
x
Reference in New Issue
Block a user