Commit 3741ed1c9b1eb2b23c2d34ed1e68a464afcc8932

Authored by Juliana
2 parents edfc4efe 66faa11c

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

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
page-inicial.css
... ... @@ -251,11 +251,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
251 251 }
252 252  
253 253 .block.display-content-block .image {
254   - width: 100px;
  254 + width: 150px;
255 255 height: 90px;
256 256 position: absolute;
257 257 margin-top: 35px;
258   -
259 258 border: 0px solid #c0c1c1;
260 259 border-radius: 8px;
261 260 text-align: center;
... ...
style.css
... ... @@ -2782,3 +2782,9 @@ body.action-embed-index {
2782 2782 margin: 1px auto 5px;
2783 2783 padding-right: 150px;
2784 2784 }
  2785 +
  2786 +
  2787 +.article-body ul {
  2788 + list-style-position: inside;
  2789 + list-style: inherit;
  2790 +}
... ...