Skip to content

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vita-dounai committed Nov 20, 2020
1 parent 7ad42bc commit 4055535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
64 changes: 1 addition & 63 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/

/*@import "theme.css";*/
@import "theme.css";

/* Highlights */

Expand Down Expand Up @@ -159,68 +159,6 @@ p {
background-color: #d9e5ef
}

.rst-content .error {
margin: 0;
padding: 0;
}

.rst-content .admonition.error {
margin: 0;
padding: 0;
}

.rst-content .admonition {
margin: 0;
padding: 0;
}

.rst-content .error {
margin: 0;
padding: 0;
}

.rst-content .error .highlighttable {
margin: 0;
padding: 0;
}

.rst-content .error .highlight-rust {
margin: 0;
padding: 0;
}

.rst-content .error tbody {
margin: 0;
padding: 0
}

.rst-content .error tr {
margin: 0;
padding: 0
}

.rst-content .error td {
margin: 0;
padding: 0
}

.rst-content .error .linenodiv {
margin: 0;
padding: 0
}

.rst-content .error .linenos {
margin: 0;
padding: 0;
}

.wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .rst-content .seealso, .rst-content .admonition-todo, .rst-content .admonition {
padding: 0px;
line-height: 24px;
margin-bottom: 0px;
background: #e7f2fa;
}

/* Mobile view */

.wy-nav-top {
Expand Down
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,5 @@ def setup(app):
}, True)

app.add_transform(AutoStructify)
app.add_stylesheet('css/theme.css')
app.add_stylesheet('css/custom.css')
app.add_javascript('js/readthedocs-analytics.js')

0 comments on commit 4055535

Please sign in to comment.