Skip to content

Commit

Permalink
ad style & update RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
smalloranges committed Jan 10, 2020
1 parent e7782f8 commit 9df984e
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 110 deletions.
18 changes: 18 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,25 @@ span#nebulas-wiki {
padding: 0 3.236em;
}

.wy-body-for-nav .ethical-fixedfooter {
max-width: 1100px;
margin: 0 auto;
}

.ethical-fixedfooter {
position: normal;
left: auto;
bottom: auto;
border-top-color: #eeee;
color: gray;
background-color: #fff;
}

@media (min-width: 769px) {
.ethical-fixedfooter {
font-size: 12px;
}
}



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _warn_node(self, msg, node, **kwargs):
html_static_path = ['_static']

def setup(app):
app.add_stylesheet('css/custom.css?v=20200107')
app.add_stylesheet('css/custom.css?v=20200110')

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

0 comments on commit 9df984e

Please sign in to comment.