mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Rename clearfix class.
This commit is contained in:
parent
593ec5edb6
commit
dc4309bd02
@ -1,4 +1,4 @@
|
|||||||
<footer class="site-footer cf">
|
<footer class="site-footer clearfix">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/about/">About</a>
|
<a href="/about/">About</a>
|
||||||
<a href="/terms-of-service/">Terms of Service</a>
|
<a href="/terms-of-service/">Terms of Service</a>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="license-family cf">
|
<div class="license-family clearfix">
|
||||||
<div class="license-family-heading">
|
<div class="license-family-heading">
|
||||||
<h3 class="license-family-name"><a href="{{ page.permalink }}">{% if page.category %}{{ page.category }}{% else %}{{ page.title }}{% endif %}</a></h3>
|
<h3 class="license-family-name"><a href="{{ page.permalink }}">{% if page.category %}{{ page.category }}{% else %}{{ page.title }}{% endif %}</a></h3>
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="cf">
|
<div class="clearfix">
|
||||||
<div class="license-body">
|
<div class="license-body">
|
||||||
<pre id="license-text">
|
<pre id="license-text">
|
||||||
|
|
||||||
{{ content | replace:"<","[" | replace:">","]" }}
|
{{ content | replace:"<","[" | replace:">","]" }}
|
||||||
|
|
||||||
</pre><!-- /license-text -->
|
</pre> <!-- /license-text -->
|
||||||
</div><!-- /license-body -->
|
</div> <!-- /license-body -->
|
||||||
|
|
||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
|
|
||||||
</div><!-- /cf -->
|
</div> <!-- /clearfix -->
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
@ -459,18 +459,18 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* For modern browsers */
|
/* For modern browsers */
|
||||||
.cf:before,
|
.clearfix:before,
|
||||||
.cf:after {
|
.clearfix:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cf:after {
|
.clearfix:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For IE 6/7 (trigger hasLayout) */
|
/* For IE 6/7 (trigger hasLayout) */
|
||||||
.cf {
|
.clearfix {
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
Which of the following best describes your situation?
|
Which of the following best describes your situation?
|
||||||
<span>}</span>
|
<span>}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="triptych situations cf">
|
<ul class="triptych situations clearfix">
|
||||||
<li class="whatever">
|
<li class="whatever">
|
||||||
<a href="licenses/mit">
|
<a href="licenses/mit">
|
||||||
<img src="images/three-arrows@2x.png" alt="three arrows" width="72" height="57">
|
<img src="images/three-arrows@2x.png" alt="three arrows" width="72" height="57">
|
||||||
@ -54,7 +54,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
What if none of these work for me?
|
What if none of these work for me?
|
||||||
<span>}</span>
|
<span>}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="triptych see-more cf">
|
<ul class="triptych see-more clearfix">
|
||||||
<li>
|
<li>
|
||||||
<h3>My content isn't code.</h3>
|
<h3>My content isn't code.</h3>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user