diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index a3cd835d..10b60b5b 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -246,6 +246,10 @@ ul.events > li > h3 { text-decoration: none; } +.tutorial-nav li { + margin-right: 5px; +} + .clear { clear: both; }