Have titles show cursor. Hat tip: Noel.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-23 07:32:58 +00:00
parent 7d7a28c515
commit d2143e92ed
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;
}