Skip to content

Commit

Permalink
update navbar and 404 file
Browse files Browse the repository at this point in the history
  • Loading branch information
giomara-larraga committed May 25, 2021
1 parent 5bfd9f5 commit 39e57de
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,14 @@ img.inheritance {
background-color: #f8f8f8;
font-size: 12px;
padding: 20px;
width: -webkit-fill-available;
/*width: -webkit-fill-available;*/
-webkit-box-align: center;
margin-bottom: 20px;
}


.graphviz{
-webkit-box-align: center;
}
/*.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td {
background-color: #e1e4e5;
}*/
Expand All @@ -504,6 +508,10 @@ html.writer-html5 .rst-content table.docutils th {
border: 1px solid #4e4b4b45;
}

.wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th {
font-weight: bold;
border: 1px solid #4e4b4b45;
}

.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, .wy-table-backed, .wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td {
background-color: #f8f8f8;
Expand Down

0 comments on commit 39e57de

Please sign in to comment.