Commit 628b59c5 by benjaoming

image plugin thumbnail css

parent 948580c1
......@@ -5122,6 +5122,7 @@ a.badge:hover {
}
.wiki-article .thumbnail {
clear: both;
margin-bottom: 15px;
}
#div_id_title .asteriskField {
display: none;
......
......@@ -851,7 +851,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.show{display:block;}
.invisible{visibility:hidden;}
.affix{position:fixed;}
.wiki-article .thumbnail{clear:both;}
.wiki-article .thumbnail{clear:both;margin-bottom:15px;}
#div_id_title .asteriskField{display:none;}
#id_title{font-size:20px;height:30px;padding:6px;width:98%;}
#id_summary{width:98%;padding:6px;}
......
......@@ -9,6 +9,7 @@
.wiki-article .thumbnail
{
clear: both;
margin-bottom: 15px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment