nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

missing Dokuwiki's behavior in tables #86

Open aloade opened 1 week ago

aloade commented 1 week ago

I noticed for tables, if the alignment is used (with double space), the correct class is added in the page (.centeralign or rightalign) Because of the Mikio CSS sheet, the style is not applied

I must add manually in ../dokuwiki/conf/userstyle.css :

.mikio .mode_show table .centeralign {
    text-align: center !important;
}

.mikio .mode_show table .rightalign {
   text-align: right !important;
}

To have all content's case with left align is very nice for the eyes ;) but something I need to move some stuff