2

Here's a screenshot of my existing image-based vertical divider for menu items (hopefully you can see it):

enter image description here

(1) What's the best way to replace this image with a custom CSS3 style? Dimensions are 3x27.

(2) Does Compass offer a mixin for vertical dividers? That would be preferable, and if so, no need to address (1).

keruilin
  • 16,782
  • 34
  • 108
  • 175

1 Answers1

0

I am not sure if compass has something for this but couldn't you use regular css borders. border-right:1px solid white then on the last one say dont have a border.

jarvo
  • 36
  • 3