diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-04 20:07:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-04 20:07:44 +1000 |
| commit | 60f767713227b5405b855e6e6e2a0475ecd96bcc (patch) | |
| tree | fe55b7048e9e7f1f587f465a1845aef9d3b7b731 /lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css | |
| parent | 3b240d1cd5c52caf189ca036a1a841f7e6d84ccd (diff) | |
| download | tangara-fw-60f767713227b5405b855e6e6e2a0475ecd96bcc.tar.gz | |
Do our own resampling
Diffstat (limited to 'lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css')
| -rwxr-xr-x | lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css b/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css deleted file mode 100755 index f5c10c86..00000000 --- a/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css +++ /dev/null @@ -1,56 +0,0 @@ -a:link { - color: #FB1465; -} - -a:active, a:visited { - color: #FB1465; -} - -body { - background: black; - color: white; - font-family: arial, helvetica, sans-serif; -} - -h1, h2, h3, h4, h5, h6 { - color: #FB1465; -} - -code, kbd, samp, var { - font-family: courier, monospace; - font-size: 1em; -} - -main { - padding-left: 3%; - padding-right: 3%; -} - -pre { - font-family: courier, monospace; - font-size: 1em; -} - -.image-logo { - display: block; - margin-left: auto; - margin-right: auto; - margin-bottom: 1em; -} - -.indent_block { - margin-left: 10%; - margin-right: 10%; -} - -.nf { - font-weight: bold; -} - -.container { - display: flex; -} - -.content { - flex: 1; -} |
