diff options
Diffstat (limited to 'docs/en/rst/_static')
-rw-r--r-- | docs/en/rst/_static/stuff.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/rst/_static/stuff.css b/docs/en/rst/_static/stuff.css new file mode 100644 index 000000000..c3d8ea781 --- /dev/null +++ b/docs/en/rst/_static/stuff.css @@ -0,0 +1,3 @@ +@import 'default.css'; + +dt { font-weight: bold; } |