2010-02-02 23:11:58 +00:00
|
|
|
body
|
|
|
|
font-family: "Lucida Grande", Arial, sans-serif
|
|
|
|
|
2010-01-27 06:08:13 +00:00
|
|
|
#example
|
|
|
|
width: 100%
|
2010-02-07 21:58:52 +00:00
|
|
|
> tbody > tr > td
|
2010-01-27 06:08:13 +00:00
|
|
|
border: 2px solid black
|
|
|
|
vertical-align: top
|
|
|
|
width: 48%
|
2010-02-07 21:58:52 +00:00
|
|
|
min-width: 400px
|
|
|
|
pre
|
|
|
|
margin: 0
|
|
|
|
overflow: auto
|
|
|
|
td.line_numbers, td.linenos
|
|
|
|
padding: 6px 3px
|
|
|
|
border-right: 1px solid #333
|
|
|
|
background-color: #ccc
|
|
|
|
td.code
|
|
|
|
padding: 6px 3px
|
2010-02-02 23:11:58 +00:00
|
|
|
max-width: 400px
|
2010-01-27 06:08:13 +00:00
|
|
|
pre
|
|
|
|
margin: 0
|
2010-02-07 21:58:52 +00:00
|
|
|
overflow: auto
|
|
|
|
|
2010-04-12 09:46:33 +00:00
|
|
|
@import partials/syntax
|
2010-02-07 21:58:52 +00:00
|
|
|
|