Wiki: Increase space between paragraphs

pull/1402/head
Michael Frister 11 years ago committed by Martin Linkhorst
parent 39717383ad
commit 1b332ee176
  1. 2
      app/assets/stylesheets/content/_wiki.sass
  2. 3
      app/assets/stylesheets/default/main.css.erb

@ -116,6 +116,8 @@ h1:hover, h2:hover, h3:hover
color: #ddd color: #ddd
.wiki .wiki
p
margin-bottom: 1em
p, span p, span
&.see-also, &.caution, &.important, &.info, &.tip, &.note &.see-also, &.caution, &.important, &.info, &.tip, &.note
display: block display: block

@ -1028,9 +1028,6 @@ table.files {
#content blockquote, .wiki ol, .wiki ul { #content blockquote, .wiki ol, .wiki ul {
padding-left: 22px; padding-left: 22px;
} }
.wiki p {
margin-bottom: 5px;
}
blockquote { blockquote {
font-style: italic; font-style: italic;
background: url(<%= asset_path 'blockquote-bg.png' %>) no-repeat 5px 3px; background: url(<%= asset_path 'blockquote-bg.png' %>) no-repeat 5px 3px;

Loading…
Cancel
Save