mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Remove initial indentation of blockquotes for better readability (#25320).
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16417 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ea26846b81
commit
88baaa5d3b
@ -25,7 +25,7 @@ span.footer {
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 1.2em;}
|
||||
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
|
||||
blockquote blockquote { margin-left: 0;}
|
||||
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
|
||||
pre {
|
||||
|
||||
@ -435,7 +435,7 @@ input[type="submit"] { -webkit-appearance: button; }
|
||||
fieldset {border: 1px solid #e4e4e4; margin:0;}
|
||||
legend {color: #333;}
|
||||
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
|
||||
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
|
||||
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
|
||||
blockquote blockquote { margin-left: 0;}
|
||||
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
|
||||
textarea.wiki-edit {width:99%; resize:vertical;}
|
||||
|
||||
@ -126,7 +126,7 @@ div.square {float:right;}
|
||||
.splitcontentleft{float:right;}
|
||||
.splitcontentright{float:left;}
|
||||
|
||||
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;}
|
||||
blockquote {border-left:0px solid #e0e0e0; padding-left:0em; margin-left:2em; border-right:3px solid #e0e0e0; padding-right:0.6em; margin-right:0;}
|
||||
blockquote blockquote { margin-right:0;}
|
||||
|
||||
div.issue div.subject div div {padding-left:0px; padding-right:16px;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user