Skip to content

Commit

Permalink
Replace text-rendering:optimizeLegibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Oct 14, 2023
1 parent 1eaa157 commit 42c6bfe
Showing 1 changed file with 15 additions and 84 deletions.
99 changes: 15 additions & 84 deletions conf/public/css/asciidoctor-default-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,91 +2,22 @@
display: none;
}

/*p, blockquote, dt, td.content {*/
/*font-size: 0.9rem;*/
/*}*/

/*code, kbd, pre, samp {*/
/*font-size: 0.9em;*/
/*}*/

/*.sidebarblock p, .sidebarblock dt, .sidebarblock td.content, p.tableblock {*/
/*font-size: 0.9em;*/
/*}*/

/*pre.highlightjs {*/
/*padding: 0px !important;*/
/*}*/

/*pre.highlightjs > code {*/
/*padding: 10px;*/
/*border-radius: 4px;*/
/*}*/

/*.imageblock > .title {*/
/*text-align: center;*/
/*}*/

/*.imageblock {*/
/*text-align: center;*/
/*}*/

/*.imageblock img {*/
/*max-width: 80%;*/
/*}*/

/*.columns > a {*/
/*padding-top: 10px;*/
/*}*/

/*.container > svg {*/
/*display: block;*/
/*width: 100%;*/
/*height: 4px;*/
/*}*/

/*.container {*/
/*background-color: white;*/
/*position: fixed;*/
/*height: 4px;*/
/*width: 100%;*/
/*z-index: 1;*/
/*top: 0;*/
/*}*/

/*div#placeholder > :nth-child(1):not(h1) {*/
/*margin-top: 27px;*/
/*}*/

/*div#placeholder {*/
/*word-wrap: break-word;*/
/*}*/

/*pre.highlightjs code {*/
/*background: #F0F0F0;*/
/*display: block;*/
/*}*/

/*li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {*/
/*list-style-type: decimal;*/
/*}*/

/*li.L0, li.L2, li.L4, li.L6, li.L8 {*/
/*background: #fff*/
/*}*/
p {
text-rendering: auto !important;
}

/*li.L1, li.L3, li.L5, li.L7, li.L9 {*/
/*background: #eee*/
/*}*/
h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 {
text-rendering: auto !important;
}

/*pre.prettyprint ol.linenums {*/
/*margin-left: 2.75em;*/
/*}*/
.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title {
text-rendering: auto !important;
}

/*pre.prettyprint code {*/
/*background: transparent;*/
/*}*/
.verseblock pre {
text-rendering: auto !important;
}

/*pre.prettyprint {*/
/*padding: 5px !important;*/
/*}*/
dt, th.tableblock, td.content, div.footnote {
text-rendering: auto !important;
}

0 comments on commit 42c6bfe

Please sign in to comment.