I have the default Recent Comments widget enabled in my sidebar. I have found out that some people type the letters properly, with the first letter of their name in UPPERCASE. But then there are some commentators who type their name in lowercase. For aesthetic reasons, I would like to force all the names of the recent commentators to appear in UPPERCASE by using this CSS:
ul#recentcomments li.recentcomments a.url {text-transform: uppercase;}
My problem is that if a commentator does not specify a URL, then the above CSS style has no effect. There seems to be no way to style a commentator's name without a URL.
Any solution to this?