mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Minor website template changes in preparation for documentation.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
|
</div>
|
||||||
<table style="margin:0 auto; padding:1em 0px; text-align:center;">
|
<table style="margin:0 auto; padding:1em 0px; text-align:center;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align:center;"><a style="padding:0;" href="https://discord.gg/9vpqbjU"><img src="{{ relative-path "img/Discord-Logo-White.svg" }}" style="padding:0; height:32px; width:32px;"></a></td>
|
<td style="vertical-align:center;"><a style="padding:0;" href="https://discord.gg/9vpqbjU"><img src="{{ relative-path "img/Discord-Logo-White.svg" }}" style="padding:0; height:32px; width:32px;"></a></td>
|
||||||
|
|||||||
@@ -39,3 +39,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="background-color:#fff; padding-bottom:1em; border-top:solid 1px #333; background-color:#eee;">
|
||||||
@@ -5,6 +5,10 @@ body{
|
|||||||
background-color:#003800;
|
background-color:#003800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,h2 {
|
||||||
|
color:#333;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#28f;
|
color:#28f;
|
||||||
@@ -106,3 +110,29 @@ a:hover {
|
|||||||
height:100%;
|
height:100%;
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
table.doc {
|
||||||
|
border:solid 0px #333;
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.doc, td.doc {
|
||||||
|
padding:0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.doc {
|
||||||
|
border:solid 1px #030;
|
||||||
|
background-color:#030;
|
||||||
|
color:#FFF;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.doc {
|
||||||
|
border:solid 1px #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
td p, th p {
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user