Patch #25320 » 0001-Remove-initial-indentation-for-block-quotes.patch
| app/views/layouts/mailer.html.erb | ||
|---|---|---|
| 25 | 25 | font-size: 0.8em; | 
| 26 | 26 | font-style: italic; | 
| 27 | 27 | } | 
| 28 | blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 1.2em;} | |
| 28 | blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;} | |
| 29 | 29 | blockquote blockquote { margin-left: 0;} | 
| 30 | 30 | pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} | 
| 31 | 31 | pre { | 
| public/stylesheets/application.css | ||
|---|---|---|
| 440 | 440 | fieldset {border: 1px solid #e4e4e4; margin:0;} | 
| 441 | 441 | legend {color: #333;} | 
| 442 | 442 | hr { width: 100%; height: 1px; background: #ccc; border: 0;} | 
| 443 | blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;} | |
| 443 | blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;} | |
| 444 | 444 | blockquote blockquote { margin-left: 0;} | 
| 445 | 445 | abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; } | 
| 446 | 446 | textarea.wiki-edit {width:99%; resize:vertical;} | 
| public/stylesheets/rtl.css | ||
|---|---|---|
| 126 | 126 | .splitcontentleft{float:right;} | 
| 127 | 127 | .splitcontentright{float:left;} | 
| 128 | 128 | |
| 129 | blockquote {border-left:0px solid #e0e0e0; padding-left:0em; margin-left:2em;  border-right:3px solid #e0e0e0; padding-right:0.6em; margin-right:2.4em;} | |
| 129 | blockquote {border-left:0px solid #e0e0e0; padding-left:0em; margin-left:2em;  border-right:3px solid #e0e0e0; padding-right:0.6em; margin-right:0;} | |
| 130 | 130 | blockquote blockquote { margin-right:0;} | 
| 131 | 131 | |
| 132 | 132 | div.issue div.subject div div {padding-left:0px; padding-right:16px;} | 
- « Previous
- 1
- 2
- 3
- Next »