Skip to content

Commit

Permalink
SAK-30753 wiki table headings should be bold (sakaiproject#3590)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones86 authored and buckett committed Nov 16, 2016
1 parent 6e15567 commit e025517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rwiki/rwiki-tool/tool/src/webapp/styles/wikiStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -952,3 +952,7 @@ but render it for accessibility */
div.rwikiRenderedContent table.listHier {
width: auto;
}

div.rwikiRenderedContent table.listHier th {
font-weight: bold;
}

0 comments on commit e025517

Please sign in to comment.