While not that useful this little snippet makes any div that is the very last element of your "about me" or "who I'd like to meet" section only display to you.
div .section div:nth-last-child(2) {
display: none;
}
Personally I wanted to get rid of all the tiny and annoying edit links on my page so I made all of those display to none, and wrote this to make a div containing all those old links plus some new ones. It may be pointless, but I'm the only one here who can get to their inbox( hopefully it will actually work soon ) straight from their profile.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )