1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 10:57:55 +00:00

Add color table to docs (#553)

This commit is contained in:
Drew Lemmy
2020-10-11 21:37:56 +01:00
committed by GitHub
parent 30d35883b8
commit 34a2c835d4
2 changed files with 153 additions and 18 deletions

View File

@@ -111,7 +111,7 @@ footer {
}
/* The definition lists at the top of each page */
table.definition-list {
table.definition-list, table.pretty-table {
border-collapse: collapse;
width: 100%;
}
@@ -130,6 +130,16 @@ table.definition-list th {
table.definition-list td { width: 100%; }
/* Pretty tables, mostly inherited from table.definition-list */
table.pretty-table td, table.pretty-table th {
border: 1px solid #cccccc;
padding: 2px 4px;
}
table.pretty-table th {
background-color: #f0f0f0;
}
dl.definition dt {
border-top: 1px solid #ccc;
padding-top: 1em;