Skip to content

Commit

Permalink
Fix paragraphs in list for some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Mar 24, 2011
1 parent 7d9e71f commit c38da0a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/stylesheets/contrib/cascade-alternative.css
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ div.content ol {
list-style: decimal inside;
padding: 0.5em 0.75em;
}
article li p:first-child,
div.content li p:first-child {
display: inline;
}
article div blockquote,
div.content blockquote {
font-style: italic;
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/contrib/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,10 @@ div.content ol {
list-style: decimal inside;
padding: 0.5em 0.75em;
}
article li p:first-child,
div.content li p:first-child {
display: inline;
}
article div blockquote,
div.content blockquote {
font-style: italic;
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/contrib/grises.css
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,10 @@ div.content ol {
list-style: decimal inside;
padding: 0.5em 0.75em;
}
article li p:first-child,
div.content li p:first-child {
display: inline;
}
article div blockquote,
div.content blockquote {
font-style: italic;
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/contrib/opensuse.css
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ div.content ol {
list-style: decimal inside;
padding: 0.5em 0.75em;
}
article li p:first-child,
div.content li p:first-child {
display: inline;
}
article div blockquote,
div.content blockquote {
font-style: italic;
Expand Down

0 comments on commit c38da0a

Please sign in to comment.