mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Readd some missed changes
The "Warning:" on the warning (in index.html#default shell) wasn't in the line with the text, the features list had more padding and some headers were smaller, some table stuff
This commit is contained in:
parent
e5a1da8b22
commit
70a1febd6d
1 changed files with 31 additions and 0 deletions
|
@ -188,6 +188,11 @@ p.admonition-title {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.admonition p.admonition-title + p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
div.footer {
|
||||
padding: 9px 0 9px 0;
|
||||
font-size: 75%;
|
||||
|
@ -197,6 +202,19 @@ th, dl.field-list > dt {
|
|||
background-color: #ede;
|
||||
}
|
||||
|
||||
table.docutils {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.align-default {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th > :last-child, td > :last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
th > :first-child, td > :first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
/* End of SPHINX IMPORT */
|
||||
|
||||
div#fmain {
|
||||
|
@ -302,6 +320,15 @@ ul li, div.body li {
|
|||
line-height: 2em;
|
||||
}
|
||||
|
||||
ul.simple p {
|
||||
/* See "special features" list on index.html */
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul.simple > li:not(:first-child) > p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
form.inline-search input,
|
||||
div.sphinxsidebar input {
|
||||
border: 1px solid #999999;
|
||||
|
@ -331,6 +358,10 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
|||
padding: 0.3em 0;
|
||||
}
|
||||
|
||||
div.body h3 {
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
div.body hr {
|
||||
border: 0;
|
||||
background-color: #ccc;
|
||||
|
|
Loading…
Reference in a new issue