Is there anyway to add the First/Last class to the blocks of the Omega theme? I saw the code was available for 7.x-2.x but was not able to find it for 7.x-3.x.
Is there anyway to add the First/Last class to the blocks of the Omega theme? I saw the code was available for 7.x-2.x but was not able to find it for 7.x-3.x.
Comments
Comment #1
Ubershiz commentedOnly possibility is to use :first-child and :last-child css selectors.
Comment #2
datarazor commentedSee also: http://drupal.org/node/1062418#comment-7064154