compass/doc-src/content/stylesheets/legacy/example.scss
Chris Eppstein bf83b2d5b3 Getting started with the new layout:
* Added susy and css-slideshow
* Converted legacy css to scss, moved it and updated reference.
* extracted some javascript to a file so it can be shared.
2010-04-20 11:16:43 -07:00

26 lines
517 B
SCSS

body {
font-family: "Lucida Grande", Arial, sans-serif; }
#example {
width: 100%;
> tbody > tr > td {
border: 2px solid black;
vertical-align: top;
width: 48%;
min-width: 400px;
pre {
margin: 0;
overflow: auto; } }
td.line_numbers, td.linenos {
padding: 6px 3px;
border-right: 1px solid #333333;
background-color: #cccccc; }
td.code {
padding: 6px 3px;
max-width: 400px;
pre {
margin: 0;
overflow: auto; } } }
@import "partials/syntax";