Commit 1c41918660a15cd4d606caffb1b681fedbc41e4d
- Diff rendering mode:
- inline
- side by side
app/stylesheets/screen.sass
(7 / 0)
|   | |||
| 68 | 68 | h1 | |
| 69 | 69 | +font-size(20px) | |
| 70 | 70 | font-weight: bold | |
| 71 | p | ||
| 72 | margin: 10px 0 10px 0 | ||
| 73 | pre | ||
| 74 | font-family: courier | ||
| 75 | margin: 15px 0 15px 10px | ||
| 76 | background-color: #EEE | ||
| 77 | overflow: auto | ||
| 71 | 78 | .title | |
| 72 | 79 | margin-bottom: 20px | |
| 73 | 80 | h1 |
|   | |||
| 41 | 41 | #Main .content .post p a, #Main .content .page p a { text-decoration: underline; } | |
| 42 | 42 | #Main .content .post textarea, #Main .content .page textarea { width: 100%; } | |
| 43 | 43 | #Main .content .post h1, #Main .content .page h1 { font-size: 153.846%; font-weight: bold; } | |
| 44 | #Main .content .post p, #Main .content .page p { margin: 10px 0 10px 0; } | ||
| 45 | #Main .content .post pre, #Main .content .page pre { font-family: courier; margin: 15px 0 15px 10px; background-color: #EEE; overflow: auto; } | ||
| 44 | 46 | #Main .content .title { margin-bottom: 20px; } | |
| 45 | 47 | #Main .content .title h1 { font-size: 76.923%; } | |
| 46 | 48 | #Main .content .new_comment textarea { height: 10em; } |

