Changesets can be listed by changeset number.
The Git repository is here.
Changeset 419
Remove most of the Instiki styles related to tables in the content area,
now that the global stylesheet takes care of this. Use of Textile such as:
table(bordered).
| cell | cell | cell | (etc.)
...will give bordered tables as before, else tables have no borders. This
seems to look best on average.
- Comitted by: rool
- Date: Thursday March 24 14:41:22 2011 (over 13 years ago)
Affected files:
rool/rails/instiki/trunk/public/stylesheets/instiki.css:
prev. | current | |
} | ||
#Content table { | ||
17 | | |
margin-bottom: 20px; | ||
19 | | |
20 | | |
} | ||
#Content th { | ||
24 | | |
25 | | |
26 | | |
27 | | |
21 | padding: 2px; | |
} | ||
#Content td { | ||
31 | | |
32 | | |
25 | padding: 2px; | |
} | ||
.newWikiWord { |