Have titles show cursor. Hat tip: Noel.

git-svn-id: https://develop.svn.wordpress.org/trunk@7486 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-23 07:32:58 +00:00
parent df232a0133
commit c7a2dafd23
1 changed files with 4 additions and 0 deletions

View File

@ -1451,3 +1451,7 @@ ul.view-switch li.current {
td.action-links, th.action-links {
text-align: right;
}
#poststuff h3, #poststuff .closed h3 {
cursor: pointer;
}