mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
Update docs
This commit is contained in:
parent
41b4f59556
commit
92da9801b3
@ -52,6 +52,7 @@ Table of contents
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
self
|
||||
get-started/index
|
||||
user-manual/index
|
||||
api-reference/index
|
||||
|
11
docs/static/css/common.css
vendored
11
docs/static/css/common.css
vendored
@ -4,11 +4,10 @@
|
||||
}
|
||||
|
||||
/* Paragraph with main links on index page */
|
||||
.index_links {
|
||||
.index-links {
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Index links a */
|
||||
.index-links a {
|
||||
display: inline-block;
|
||||
border: 1px solid #0E4263;
|
||||
@ -17,13 +16,11 @@
|
||||
border-radius: 4px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.index-links a:hover {
|
||||
.index-links a:hover, .index-links a:active {
|
||||
background: #0E4263;
|
||||
}
|
||||
|
||||
/* Table header p w/0 margin */
|
||||
table thead th {
|
||||
.index-links a table thead th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user