mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 21:47:24 +01:00
Merge pull request #236 from kfrn/gh-pages
Create more subheadings and reorganise commands
This commit is contained in:
commit
516a78d397
13
css/css.css
13
css/css.css
@ -14,6 +14,7 @@ h2 {
|
|||||||
.select-from {
|
.select-from {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@ -85,6 +86,18 @@ div {
|
|||||||
transform: scale(1.3) translateZ(0);
|
transform: scale(1.3) translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contents-list {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contents-list:hover {
|
||||||
|
color: #2a9fd6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contents-list:before {
|
||||||
|
content: "📼"
|
||||||
|
}
|
||||||
|
|
||||||
.codeblock {
|
.codeblock {
|
||||||
font-family: monospace
|
font-family: monospace
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
1441
index.html
1441
index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user