Modify the stylesheet for informaltable

It's already in lfs stylesheet. I'll soon commit a change to
the book that uses informaltable.
This commit is contained in:
Pierre Labastie 2022-10-02 17:47:19 +02:00
parent b3d9df0bd4
commit 66e251c7e4

View File

@ -330,7 +330,7 @@ table.simplelist {
margin-bottom: .3em; margin-bottom: .3em;
} }
.table table { .table table, .informaltable {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }