mirror of
https://github.com/github/choosealicense.com
synced 2025-01-18 09:27:48 +01:00
Get rid of the unicode symbol from selector's name and use class instead of id.
This commit is contained in:
parent
14b21d982b
commit
593ec5edb6
@ -8,7 +8,7 @@
|
|||||||
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
Creative Commons Attribution 3.0 Unported License</a>.
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
</p>
|
</p>
|
||||||
<div id="with-♥">
|
<div class="with-love">
|
||||||
Demystified with <3 by <a href="http://github.com">GitHub, Inc.</a>
|
Demystified with <3 by <a href="http://github.com">GitHub, Inc.</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -474,4 +474,4 @@ strong {
|
|||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#with-♥ { float: right; clear: right;}
|
.with-love { float: right; clear: right; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user