I am trying to create selected text with a slight indentation, but the addition only applies to the beginning and end, and not to new lines.
#highlight { background: rgba(255,230,0,0.5); padding: 3px 5px; margin: -3px -5px; line-height: 1.7; border-radius: 3px; } <span id=highlight>text<br>here</span>
Please see here: http://jsfiddle.net/CNJZK/7/
Are there any clean CSS fixes so that the inner (βsharpβ) edges expand a little further? that is, in this image: http://i.imgur.com/j8mIJZS.jpg
source share