summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2015-09-01 00:51:03 -0500
committerJules Laplace <carbon@melanarchy.org>2015-09-01 00:51:03 -0500
commit73a22265ab53271122bf1f47bcca6e9604c5d159 (patch)
treec110d9f9f4079405352da49de519f35fe78faa67 /docs
parentca77a587da9ec393bceda87c2ec8dda096e2890d (diff)
html5 mp3 player
Diffstat (limited to 'docs')
-rw-r--r--docs/css/bogart.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/css/bogart.css b/docs/css/bogart.css
index 491f793..563b34c 100644
--- a/docs/css/bogart.css
+++ b/docs/css/bogart.css
@@ -299,3 +299,9 @@ pre,tt,code
width: 310px;
}
+a.playing {
+ font-weight: bold;
+}
+a.playing:before {
+ content: '> ';
+}