mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 04:15:40 -04:00
docs - fix table padding and luadoc scroll padding
This commit is contained in:
parent
e9a9659abc
commit
8b44b95830
@ -20,6 +20,10 @@
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html:has(#luadoc) {
|
||||||
|
scroll-padding-top: 4.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
#content #luadoc code a:not(.toc-backref) {
|
#content #luadoc code a:not(.toc-backref) {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@ -143,6 +143,10 @@ tbody tr:hover {
|
|||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content table p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user