Skip to content

Commit

Permalink
Bump version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Oct 6, 2022
1 parent 0648b7c commit eddf096
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pathlib import Path

__version__ = "0.6.0"
__version__ = "0.6.1"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
8 changes: 2 additions & 6 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,8 @@ Side column size (first and second column from left)
*/

.col-md-3 {
flex: none;
max-width: fit-content;
}

.col-xl-7 {
max-width: fit-content;
flex: 0 0 20%;
max-width: 20%;
}

a.headerlink {
Expand Down
4 changes: 2 additions & 2 deletions src/ansys_sphinx_theme/static/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

}

#breadcrumbs-spacer{
border-right: 1px solid rgba(0,0,0,.1);
#breadcrumbs-spacer {
border-right: 10rem solid #fff;
}

div.related > ul {
Expand Down

0 comments on commit eddf096

Please sign in to comment.