Return to Snippet

Revision: 1960
at November 30, 2006 07:58 by ryanprel


Initial Code
#content pre.code {
  background-color: #213449;
  background-image: url(/images/code-box-top-left.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  display: block;
  overflow: auto;
  width: 100%;
}
#content pre.code code {
  background-image: url(/images/code-box-bottom-right.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  display: block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 115%;
  line-height: 135%;
  padding: 15px;
}

Initial URL
http://www.ruby-lang.org/stylesheets/high.css

Initial Description
Used for rounding corners of a div.  Need an upper left corner and an upper right corner.  Example page is http://www.ruby-lang.org/en/documentation/quickstart/

Initial Title
CSS Rounded corners

Initial Tags
css, style

Initial Language
CSS