fixed a wrong css rule
This commit is contained in:
parent
d060b4773e
commit
6586260e42
@ -5,7 +5,9 @@
|
|||||||
#wiki_show_mainarea_result {
|
#wiki_show_mainarea_result {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 13em;
|
min-height: 13em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wiki_show_mainarea_wiki {
|
||||||
-moz-column-rule: 1px dotted grey;
|
-moz-column-rule: 1px dotted grey;
|
||||||
-webkit-column-rule: 1px dotted grey;
|
-webkit-column-rule: 1px dotted grey;
|
||||||
column-rule: 1px dotted grey;
|
column-rule: 1px dotted grey;
|
||||||
|
Loading…
Reference in New Issue
Block a user