]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 17:37:37 +0000 (17:37 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 17:37:37 +0000 (17:37 +0000)
commite0b877b26c5e93809b2a53b6c46326d5e31fa0e8
tree66f89d69e364909bbb93d8ab6eb312bb02d37001
parentf86faaf341ee6e6e8cfd264e1d645cc0d964d85b
Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
To speed up DOM load by cutting down 3 nodes in each notice list item.
Generally each notice option should be a list item in a <ul>, however,
there is no tangible benefit for the user using this approach. In this
case, minimalism is favoured. Similarly, the new approach will make 5
fewer function calls on the server side.
lib/noticelist.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css