Commit e6cdb4c0a710ba0d78ff9c626a2ae27052bb76b1

Authored by Juliana
2 parents 3741ed1c 65675d57

Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
@@ -2786,5 +2786,14 @@ body.action-embed-index { @@ -2786,5 +2786,14 @@ body.action-embed-index {
2786 2786
2787 .article-body ul { 2787 .article-body ul {
2788 list-style-position: inside; 2788 list-style-position: inside;
  2789 + list-style-type: disc;
  2790 +}
  2791 +
  2792 +.article-body ol {
  2793 + list-style-position: inside;
  2794 + list-style-type: decimal;
  2795 +}
  2796 +
  2797 +.article-body li {
2789 list-style: inherit; 2798 list-style: inherit;
2790 } 2799 }