minmod: in article overload css

This commit is contained in:
xdrm-brackets 2017-12-13 17:25:54 +01:00
parent dd1c43e8bd
commit d7d66381ef
1 changed files with 2 additions and 3 deletions

View File

@ -27,10 +27,10 @@ public class ArticleStylesheet{
.add("max-width", Context.getInt("article-width"))
.add("min-height", Context.getInt("article-height"))
.add("max-height", Context.getInt("article-height"))
// .add("max-height", Context.getInt("article-height"))
.add("pref-width", Context.getString("article-width"))
.add("pref-height", Context.getString("article-height"))
// .add("pref-height", Context.getString("article-height"))
// border
.add("border-insets", "10")
@ -38,7 +38,6 @@ public class ArticleStylesheet{
.add("border-color", "#ddd")
// bg
.add("background-insets", "10")
.add("background-radius", "3")
.add("background-color", "#fff")
.apply();