Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/javascript">
// Change Last Edit Size by Chris
// Do not redisitribute without permission of the creator

var newSize = 1; // New font size.

// Don't edit
var aIT = document.getElementsByTagName("i");
if(location.href.match(/action=(view_topic|create_post)/i)){
for(a=0;a<aIT.length;a++){
if(aIT[a].innerHTML.match(/Last Edited by/)){
aIT[a].innerHTML = "<font size='"+newSize+"'>« "+aIT[a].innerHTML+" »</font>";
aIT[a].parentNode.removeChild(aIT[a].nextSibling);
aIT[a].parentNode.removeChild(aIT[a].previousSibling);
}
}
}
</script>


This'll allow you to resize the last edit text. The current size is far too big in my opinion.

Main Footers

newBookmarkLockedFalling