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("max-width", Context.getInt("article-width"))
|
||||||
|
|
||||||
.add("min-height", Context.getInt("article-height"))
|
.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-width", Context.getString("article-width"))
|
||||||
.add("pref-height", Context.getString("article-height"))
|
// .add("pref-height", Context.getString("article-height"))
|
||||||
|
|
||||||
// border
|
// border
|
||||||
.add("border-insets", "10")
|
.add("border-insets", "10")
|
||||||
|
@ -38,7 +38,6 @@ public class ArticleStylesheet{
|
||||||
.add("border-color", "#ddd")
|
.add("border-color", "#ddd")
|
||||||
|
|
||||||
// bg
|
// bg
|
||||||
.add("background-insets", "10")
|
|
||||||
.add("background-radius", "3")
|
.add("background-radius", "3")
|
||||||
.add("background-color", "#fff")
|
.add("background-color", "#fff")
|
||||||
.apply();
|
.apply();
|
||||||
|
|
Loading…
Reference in New Issue