Commit 3741ed1c9b1eb2b23c2d34ed1e68a464afcc8932
Exists in
master
and in
12 other branches
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,11 +251,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; | ||
251 | } | 251 | } |
252 | 252 | ||
253 | .block.display-content-block .image { | 253 | .block.display-content-block .image { |
254 | - width: 100px; | 254 | + width: 150px; |
255 | height: 90px; | 255 | height: 90px; |
256 | position: absolute; | 256 | position: absolute; |
257 | margin-top: 35px; | 257 | margin-top: 35px; |
258 | - | ||
259 | border: 0px solid #c0c1c1; | 258 | border: 0px solid #c0c1c1; |
260 | border-radius: 8px; | 259 | border-radius: 8px; |
261 | text-align: center; | 260 | text-align: center; |
style.css
@@ -2782,3 +2782,9 @@ body.action-embed-index { | @@ -2782,3 +2782,9 @@ body.action-embed-index { | ||
2782 | margin: 1px auto 5px; | 2782 | margin: 1px auto 5px; |
2783 | padding-right: 150px; | 2783 | padding-right: 150px; |
2784 | } | 2784 | } |
2785 | + | ||
2786 | + | ||
2787 | +.article-body ul { | ||
2788 | + list-style-position: inside; | ||
2789 | + list-style: inherit; | ||
2790 | +} |