Commit 66faa11c27f0bbf13d66f2dfb9fa385dcec0f4da

Authored by Sidney Ricardo
1 parent 2d0c63e5

Fix ul element in article body.

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
page-inicial.css
... ... @@ -239,11 +239,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
239 239 }
240 240  
241 241 .block.display-content-block .image {
242   - width: 100px;
  242 + width: 150px;
243 243 height: 90px;
244 244 position: absolute;
245 245 margin-top: 35px;
246   -
247 246 border: 0px solid #c0c1c1;
248 247 border-radius: 8px;
249 248 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 +}
... ...