fixed a wrong css rule

This commit is contained in:
hyung-hwan 2015-03-26 06:01:41 +00:00
parent d060b4773e
commit 6586260e42

View File

@ -5,7 +5,9 @@
#wiki_show_mainarea_result {
position: relative;
min-height: 13em;
}
#wiki_show_mainarea_wiki {
-moz-column-rule: 1px dotted grey;
-webkit-column-rule: 1px dotted grey;
column-rule: 1px dotted grey;