diff options
| -rw-r--r-- | docs/src/templates/docs.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index bff47056..3c70f15d 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -137,7 +137,7 @@ h4 {  #sidebar {    margin-top: 4em;    width: 15.5em; -  padding: 0.7em; +  padding: 0.8em 0.7em 0.7em 0.7em;    background: #7989D6;    overflow: hidden;    float: left; @@ -157,7 +157,7 @@ h4 {  #sidebar input { -  width: 18.9em; +  width: 207px;  } | 
