• R/O
  • HTTP
  • SSH
  • HTTPS

website: Commit

HTML source code, style-sheets, scripts, and images for deployment on mingw.osdn.io


Commit MetaInfo

Revisión28eeb330100a39cdd168202ea0abe2fa2bc72793 (tree)
Tiempo2022-11-10 06:22:38
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Adjust styling for code in running text.

* site.css (code): Do not specify any value for...
(color): ...this property; hence, no explicit inheritance required...
(a code, table.borderless code): ...for these.

Cambiar Resumen

Diferencia incremental

--- a/site.css
+++ b/site.css
@@ -86,13 +86,6 @@ a:visited
8686 */
8787 color: #aa00cc;
8888 }
89-a code
90-{ /* Whereas code samples, within running text, are displayed in a
91- * reduced-intensity colour, when encapsulated within a reference
92- * anchor, the anchor colour should prevail.
93- */
94- color: inherit;
95-}
9689 p
9790 { /* Use the browser's default paragraph styling, but tighten the
9891 * inter-paragraph spacing...
@@ -432,10 +425,9 @@ div.box-out p:first-child
432425 */
433426 margin-top: 0;
434427 }
435-pre.vt, code
428+pre.vt
436429 { /* Use a lighter text colour, to highlight code samples in
437- * running text, and the machine-output in "video-terminal"
438- * style displays...
430+ * machine-output in "video-terminal" style displays...
439431 */
440432 color: #666699;
441433 }
@@ -477,9 +469,6 @@ table.borderless th
477469 table.borderless tr.leaded td
478470 { padding-top: 0.3em;
479471 }
480-table.borderless code
481-{ color: inherit;
482-}
483472 table.top-aligned tr
484473 { vertical-align: baseline;
485474 }
Show on old repository browser