Skip to content

Commit

Permalink
integrate GrazianoCapelli's suggestion for the contents menu
Browse files Browse the repository at this point in the history
  • Loading branch information
michael63-osm committed May 25, 2020
1 parent b0b61cb commit e9186b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@ input.default-value {
}
.doc .title{
display:block;
padding:10px;
padding:4px;
padding-left:10px;
padding-right:10px;
background:#f0f0f0;
}
.doc .title.active {
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,9 @@ input.default-value {
}
.doc .title{
display:block;
padding:10px;
padding:4px;
padding-left:10px;
padding-right:10px;
background:#f0f0f0;
}
.doc .title.active {
Expand Down

0 comments on commit e9186b1

Please sign in to comment.