Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
2e836e3e
Commit
2e836e3e
authored
Jul 12, 2020
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor website template changes in preparation for documentation.
parent
65955dfa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
3 deletions
+34
-3
website/.webplate/miniaudio-footer.html
website/.webplate/miniaudio-footer.html
+1
-1
website/.webplate/miniaudio-header.html
website/.webplate/miniaudio-header.html
+2
-1
website/css/main.css
website/css/main.css
+31
-1
website/docs/ma_context_init.html
website/docs/ma_context_init.html
+0
-0
website/docs/ma_device_init.html
website/docs/ma_device_init.html
+0
-0
No files found.
website/.webplate/miniaudio-footer.html
View file @
2e836e3e
</div>
<table
style=
"margin:0 auto; padding:1em 0px; text-align:center;"
>
<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>
...
...
website/.webplate/miniaudio-header.html
View file @
2e836e3e
...
...
@@ -38,4 +38,5 @@
</tr>
</table>
</div>
</div>
\ No newline at end of file
</div>
<div
style=
"background-color:#fff; padding-bottom:1em; border-top:solid 1px #333; background-color:#eee;"
>
\ No newline at end of file
website/css/main.css
View file @
2e836e3e
body
{
body
{
font-family
:
sans-serif
;
font-size
:
11pt
;
line-height
:
18pt
;
background-color
:
#003800
;
}
h1
,
h2
{
color
:
#333
;
}
a
{
text-decoration
:
none
;
color
:
#28f
;
...
...
@@ -105,4 +109,30 @@ a:hover {
width
:
100%
;
height
:
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
;
}
\ No newline at end of file
website/docs/ma_context_init.html
deleted
100644 → 0
View file @
65955dfa
website/docs/ma_device_init.html
deleted
100644 → 0
View file @
65955dfa
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment