Skip to content
Snippets Groups Projects
Commit e8cabd7f authored by gnaegi's avatar gnaegi
Browse files

OO-269 add missing table with border support in wiki

parent 46d50a3b
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,13 @@ ...@@ -81,7 +81,13 @@
div.o_wikimod_editform_wrapper div.b_form div.b_form_element_wrapper div.b_form_element { clear: both; margin-left: 0; padding: 0 5px 0 0 } div.o_wikimod_editform_wrapper div.b_form div.b_form_element_wrapper div.b_form_element { clear: both; margin-left: 0; padding: 0 5px 0 0 }
div.o_wikimod_editform_wrapper div.b_form div.b_button_group { margin-left: 0; text-align: center;} div.o_wikimod_editform_wrapper div.b_form div.b_button_group { margin-left: 0; text-align: center;}
/* wiki run view of article */ /* wiki run view of article */
div.o_wikimod-article-box { } /* wiki run view of article */
div.o_wikimod-article-box {
table[border="1"] {
border-collapse: collapse;
border: 1px solid #BFBFBF;
}
}
h1.o_wikimod_heading, h3.o_wikimod_heading { margin: 0 0 1em 0; padding: .5em 0 .17em 0; border-bottom: 1px solid #BFBFBF; } h1.o_wikimod_heading, h3.o_wikimod_heading { margin: 0 0 1em 0; padding: .5em 0 .17em 0; border-bottom: 1px solid #BFBFBF; }
#o_wikimod_uploader { margin: 1em 0 0 0;} #o_wikimod_uploader { margin: 1em 0 0 0;}
.o_wikimod_version { border:1px solid #BFBFBF; padding:4px; margin-top:5px; } .o_wikimod_version { border:1px solid #BFBFBF; padding:4px; margin-top:5px; }
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment