aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/gleps.rb')
-rw-r--r--_plugins/gleps.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/_plugins/gleps.rb b/_plugins/gleps.rb
index 85b1f82..b9e7f53 100644
--- a/_plugins/gleps.rb
+++ b/_plugins/gleps.rb
@@ -29,7 +29,8 @@ module Gentoo
def __target_object__
@__target_object__ ||= ::RbST.new(".. contents::\n..\n\n" + @rst).to_html(
- 'initial-header-level' => 2)
+ 'initial-header-level' => 2,
+ 'table-style' => '"table table-bordered"')
end
def method_missing(method_name, *args, &block)