diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 2 | ||||
| -rw-r--r-- | docs/index.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 67a34280b..a4e51967c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -200,7 +200,7 @@ div.topbar-wrapper div.topbar { margin: 0 -20px; } -div.topbar-wrapper div.topbar .fill { +div.topbar-wrapper div.topbar .topbar-inner { padding-left: 20px; padding-right: 20px; -webkit-border-radius: 4px; diff --git a/docs/index.html b/docs/index.html index b23beb321..50a3b5715 100644 --- a/docs/index.html +++ b/docs/index.html @@ -905,7 +905,6 @@ <div class="page-header"> <h1>Navigation</h1> </div> - <h2>Fixed topbar</h2> <div class="topbar-wrapper" style="z-index: 5;"> <div class="topbar"> |
