minmod: in article overload css
This commit is contained in:
parent
dd1c43e8bd
commit
d7d66381ef
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue