Skip to content

Commit

Permalink
Add css rules for markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed May 31, 2016
1 parent 0d2c310 commit 0fa47e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2016-05-31
* Add support for css table rules from the [Markdown plugin](https://github.com/bueltge/Markdown-for-MantisBT)

## 2016-03-23
* Fix button size #11

Expand Down
8 changes: 4 additions & 4 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Description: Defaults for Colorized theme, Version >= 1.3*
*
* @since 2009-04
* @version 2016-03-23
* @version 2016-05-31
* @author Frank Bültge <[email protected]>
*/

Expand Down Expand Up @@ -125,13 +125,13 @@ td,th {
padding: 4px;
text-align: left;
}
td.center {
td.center, td.go-center {
text-align: center;
}
td.left {
td.left, td.go-left {
text-align: left;
}
td.right {
td.right, td.go-right {
text-align: right;
}
td.category, th.category {
Expand Down

0 comments on commit 0fa47e5

Please sign in to comment.