mirror of
https://github.com/JosephKJ/OWOD.git
synced 2025-06-03 14:50:40 +08:00
20 lines
257 B
CSS
20 lines
257 B
CSS
/*
|
|
* some extra css to make markdown look similar between github/sphinx
|
|
*/
|
|
|
|
/*
|
|
* Below is for install.md:
|
|
*/
|
|
.rst-content code {
|
|
white-space: pre;
|
|
border: 0px;
|
|
}
|
|
|
|
th {
|
|
border: 1px solid #e1e4e5;
|
|
}
|
|
|
|
div.section > details {
|
|
padding-bottom: 1em;
|
|
}
|