more
This commit is contained in:
		| @@ -550,3 +550,7 @@ background-repeat: repeat; | ||||
| .mod { | ||||
|     color: red; | ||||
| } | ||||
|  | ||||
| .post-link { | ||||
|     float: right; | ||||
| } | ||||
|   | ||||
| @@ -57,6 +57,7 @@ | ||||
|                          var link = document.createElement("a"); | ||||
|                          link.href = u.toString(); | ||||
|                          link.innerText = "[Link]"; | ||||
|                          link.setAttribute("class", "post-link") | ||||
|                          e.appendChild(document.createElement("hr")); | ||||
|                          e.appendChild(link); | ||||
|                      } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user