mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Work around issues with old IE.
This commit is contained in:
parent
b7bc7b17df
commit
e6df569ad0
@ -109,7 +109,7 @@ strong {
|
||||
margin-left: 27px;
|
||||
}
|
||||
|
||||
.triptych li:first-child {
|
||||
.triptych .first-li {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
||||
<span>}</span>
|
||||
</h2>
|
||||
<ul class="triptych situations clearfix">
|
||||
<li class="whatever">
|
||||
<li class="whatever first-li">
|
||||
<a href="licenses/mit">
|
||||
<span class="triptych-sprite three-arrows"></span>
|
||||
<h3>I want it simple and permissive.</h3>
|
||||
@ -55,7 +55,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
||||
<span>}</span>
|
||||
</h2>
|
||||
<ul class="triptych see-more clearfix">
|
||||
<li>
|
||||
<li class="first-li">
|
||||
<h3>My content isn't code.</h3>
|
||||
<p>
|
||||
Check out <a href="http://creativecommons.org/choose/">Creative Commons</a>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user