Feature #2516 ยป pre_wrap.patch
| application.css (working copy) | ||
|---|---|---|
| 71 | 71 | |
| 72 | 72 |
.clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
| 73 | 73 | |
| 74 |
/* Allow people to choose to wrap their <pre>s using <pre class="wrap"> in Textile */ |
|
| 75 |
pre.wrap {
|
|
| 76 |
white-space: pre-wrap; /* CSS2.1 compliant */ |
|
| 77 |
white-space: -moz-pre-wrap; /* Mozilla-based browsers */ |
|
| 78 |
white-space: -o-pre-wrap; /* Opera 7+ */ |
|
| 79 |
} |
|
| 80 | ||
| 74 | 81 |
/***** Links *****/ |
| 75 | 82 |
a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
|
| 76 | 83 |
a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
|