mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
25 lines
376 B
CSS
25 lines
376 B
CSS
/**
|
|
* @provides differential-table-of-contents-css
|
|
*/
|
|
|
|
.differential-toc-meta {
|
|
color: #666666;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.differential-toc-char,
|
|
.differential-toc-prop {
|
|
width: 1.25em;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.differential-toc-ftype {
|
|
padding: 0 .5em;
|
|
text-align: center;
|
|
color: #666666;
|
|
}
|
|
|
|
.differential-toc-file {
|
|
color: #444444;
|
|
}
|