Skip to content

Commit

Permalink
fix invalid CSS property in theme_overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofbikes committed May 10, 2024
1 parent b49b611 commit f6284e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions _static/css/theme_overrides.css
Expand Up @@ -53,10 +53,6 @@ table.docutils div.line-block {
border: 1px solid lightgrey !important;
/* Adjust padding for tables; top / right / bottom / left */
padding: 4px 2px 4px 2px !important;
/* Striped table */
tr: nth-child(odd){
background-color: #f2f2f2 !important;
}
}


Expand Down Expand Up @@ -107,4 +103,4 @@ div.rightside {
.wy-nav-content{padding:1.618em}
.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:35%;top:0;height:100%;overflow:hidden}
}
/**/

0 comments on commit f6284e9

Please sign in to comment.