1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Fix HTML formatting and layout

Made a mistake on the gpl v2 layout that caused the source link to
render weird. Fixed it.
This commit is contained in:
Phil Haack 2012-12-04 11:22:17 -08:00 committed by Haacked
parent 287c55aeed
commit 4158829a4e
2 changed files with 27 additions and 28 deletions

View File

@ -377,9 +377,9 @@ Public License instead of this License.
be found at the end of the license.
</p>
</div>
</div>
<div class="source">
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
<div class="source">
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
</div>
</div>
</div>
<div id="footer" class="cf">

View File

@ -700,33 +700,32 @@ Public License instead of this License. But first, please read
</pre>
</div>
<div class='sidebar'>
<a href="#" class="button">Copy license text to clipboard</a>
<div class='how-to-apply'>
<h5>How to apply this license</h5>
<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>
<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.
</p>
</div>
<div class="source">
<a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">Source</a>
</div>
<a href="#" class="button">Copy license text to clipboard</a>
<div class='how-to-apply'>
<h5>How to apply this license</h5>
<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>
<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.
</p>
</div>
<div class="source">
<a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">Source</a>
</div>
</div>
<div id="footer" class="cf">
<nav>
<a href="/about">About</a>
<a href="#">Terms of Service</a>
</nav>
<p>
Please consult a legal expert before adopting a software license for your project.<br>
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
</div>
<div id="footer" class="cf">
<nav>
<a href="/about">About</a>
<a href="#">Terms of Service</a>
</nav>
<p>
Please consult a legal expert before adopting a software license for your project.<br>
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
</div>
</div>