mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
26 lines
376 B
CSS
26 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;
|
||
|
}
|