Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Make wiki page tables look nice #9

Closed
leafstorm opened this issue Feb 1, 2013 · 0 comments
Closed

Make wiki page tables look nice #9

leafstorm opened this issue Feb 1, 2013 · 0 comments

Comments

@leafstorm
Copy link
Contributor

This is accomplished by adding the .table class to the tables, and maybe some other classes as well. (The available classes are listed at http://bootstrapdocs.com/v2.0.4/docs/base-css.html#tables. We probably want striped and maybe also bordered.)

We can achieve this by creating a custom subclass of TableElement (like we're doing now with the code block) that overrides _build and adds a .table class to the returned genshi.builder.Element.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant