Drupal is generating code this code

<div id="squeeze"><div class="right-corner"><div class="left-corner">

with some CSS technique probably to put rounded corners on a node box.

I am not familiar with this CSS technique. Can someone point me to a tutorial that explains what this code with the "squeeze", "right-corner", and "left-corner" is trying to do.

Comments

2houseplague’s picture

"squeeze" is not a CSS technique, neither are "right-corner" or "left-corner". They are just arbitrary identifiers used to call chunks of formatting mark-up into the page. That's also basically the definition of CSS. "squeeze" is whatever you want it to be. You will find the definition of "squeeze" in the stylesheet. Look for the style sheet link in the head of the document.

http://profitlabinc.com