#554: Add theme option `sidebarwidth` to the basic theme.

This commit is contained in:
Georg Brandl
2011-01-15 11:33:45 +01:00
parent ce4822af29
commit f27950b78d
10 changed files with 31 additions and 48 deletions

View File

@@ -98,6 +98,8 @@ Release 1.1 (in development)
* #594: :confval:`trim_doctest_flags` now also removes ``<BLANKLINE>``
indicators.
* #554: Add theme option ``sidebarwidth`` to the basic theme.
* C++ domain now supports array definitions.