Skip to content

Commit

Permalink
CSS: Remove narrow_table
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 8, 2024
1 parent 4e44434 commit 8cbf841
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions css/docu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -924,13 +924,6 @@ table thead th {
.media_table + table td:nth-child(4) {
width: 80px;
}
.narrow_table + table{
width: auto;
min-width: auto;
td{
min-width: 40px;
}
}
.center_aligned_header_table + table thead th {
text-align: center !important;
}
Expand Down Expand Up @@ -1013,16 +1006,14 @@ table{


h4 + table,
h4 + .narrow_table,
h4 + .highlighter-rouge{
margin-top: 1em;
}
form {
background: #f2f2f2;
padding: 20px;
}
.highlighter-rouge + table,
.highlighter-rouge + .narrow_table{
.highlighter-rouge + table {
margin-top: 25px;
}
.outer {
Expand Down Expand Up @@ -1478,4 +1469,4 @@ body.documentation.installation{
max-width: 320px;
font-size: 14px;
}
}
}

0 comments on commit 8cbf841

Please sign in to comment.