mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Revert "Work around issues with old IE."
This reverts commit e6df569ad0d6212717a2221f0b8a6784c364f3e8. Conflicts: index.html
This commit is contained in:
parent
89f2242a08
commit
280d578703
@ -104,7 +104,7 @@ strong {
|
||||
margin-left: 27px;
|
||||
}
|
||||
|
||||
.triptych .first-li {
|
||||
.triptych li:first-child {
|
||||
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 first-li">
|
||||
<li class="whatever">
|
||||
<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 class="first-li">
|
||||
<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