Skip to content

Commit

Permalink
Merge pull request #1315 from wilzbach/fix_quickindex
Browse files Browse the repository at this point in the history
quickindex: hide empty caption and use auto-width
  • Loading branch information
CyberShadow committed Jun 3, 2016
2 parents 312b2d7 + ccf4a99 commit e4d7994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Expand Up @@ -930,6 +930,11 @@ table td, table th, table caption
padding: 0.3em;
}

.quickindex .book caption:empty
{
padding: 0px;
}

table td
{
border: none;
Expand Down

0 comments on commit e4d7994

Please sign in to comment.