Skip to content

Commit

Permalink
contents spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Feb 16, 2021
1 parent 17f4fbb commit 9ea7e5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.2 (2021-02-11)
^^^^^^^^^^^^^^^^^^^

* Alpha-1 release.

0.0.1 (2021-01-20)
^^^^^^^^^^^^^^^^^^^

Expand Down
8 changes: 7 additions & 1 deletion docs/_static/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ a[class='icon icon-home'] {
}

a[class='reference internal'] {
color: #6B6B6B !important
color: #6B6B6B !important;
}

a:hover[class='reference internal'] {
background-color: #d6d6d6 !important;
}
ul ul {
margin-top: -1px !important;
margin-bottom: -1px !important
}
/* div.version { color: black;
font-size: x-large;
text-emphasis-color: black;
Expand Down

0 comments on commit 9ea7e5e

Please sign in to comment.