diff options
| -rw-r--r-- | docs/src/templates/css/docs.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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;  } | 
