From 66faa11c27f0bbf13d66f2dfb9fa385dcec0f4da Mon Sep 17 00:00:00 2001 From: Sidney Ricardo Medeiros Date: Mon, 8 Dec 2014 15:04:30 -0200 Subject: [PATCH] Fix ul element in article body. --- page-inicial.css | 3 +-- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/page-inicial.css b/page-inicial.css index addf7a5..bc9f40d 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -239,11 +239,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; } .block.display-content-block .image { - width: 100px; + width: 150px; height: 90px; position: absolute; margin-top: 35px; - border: 0px solid #c0c1c1; border-radius: 8px; text-align: center; diff --git a/style.css b/style.css index 2dd7bd5..a1965d5 100644 --- a/style.css +++ b/style.css @@ -2782,3 +2782,9 @@ body.action-embed-index { margin: 1px auto 5px; padding-right: 150px; } + + +.article-body ul { + list-style-position: inside; + list-style: inherit; +} -- libgit2 0.21.2