mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +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/">
|
||||
Creative Commons Attribution 3.0 Unported License</a>.
|
||||
</p>
|
||||
<div id="with-♥">
|
||||
<div class="with-love">
|
||||
Demystified with <3 by <a href="http://github.com">GitHub, Inc.</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -474,4 +474,4 @@ strong {
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#with-♥ { float: right; clear: right;}
|
||||
.with-love { float: right; clear: right; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user