mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
11 lines
169 B
PHP
11 lines
169 B
PHP
<style>
|
|
/* Display the full TOC */
|
|
#TOC ul ul {
|
|
display: block;
|
|
padding-left: 2em;
|
|
}
|
|
#influences blockquote p:last-child {
|
|
color: #999;
|
|
}
|
|
</style>
|