Skip to content

Commit

Permalink
CSS for docs update to use div and span layout not table
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRyabinin committed Jul 10, 2023
1 parent 13c9db4 commit 78af077
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/doxygen/static/aws-cpp-sdk.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,36 @@
}
}

div.memberdecls div[class^='memitem']{
transition: none;
padding-top: var(--spacing-small);
padding-bottom: var(--spacing-small);
border-top: 1px solid var(--separator-color);
border-bottom: 1px solid var(--separator-color);
background-color: var(--fragment-background);
}

div.memberdecls .memItemLeft,
div.memberdecls .memItemRight,
div.memberdecls .memTemplItemLeft,
div.memberdecls .memTemplItemRight,
div.memberdecls .memTemplParams {
transition: none;
padding-top: var(--spacing-small);
padding-bottom: var(--spacing-small);
background-color: var(--fragment-background);
}

span.memSeparator {
border-color: var(--separator-color);
}

div.memberdecls .memSeparator {
background: var(--page-background-color);
height: var(--spacing-large);
display:inline-block;
border: 0;
transition: none;
}


0 comments on commit 78af077

Please sign in to comment.