diff options
Diffstat (limited to 'docs/css/default.css')
| -rw-r--r-- | docs/css/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/css/default.css b/docs/css/default.css index 998efa27..a4f05daa 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -103,6 +103,10 @@ pre { overflow: hidden; } +.nav-list > li > a { + padding: 2px 15px 3px; +} + /* Set the table of contents to static so it flows back into the content when viewed on tablets and smaller. */ @media (max-width: 767px) { @@ -297,4 +301,5 @@ td, th { table { border-color: white; + margin-bottom: 0.6em; } |
