compass/doc-src/content/stylesheets/legacy/example.scss

26 lines
517 B
SCSS
Raw Normal View History

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";