From cd54a287fa5860ac10bc7b4cfd6b015b0d8de4c8 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 28 Jan 2013 11:32:16 -0500 Subject: Add some CSS defaults for the HTML5 player Requires less boilerplate in the individual themes. --- templates/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.css') diff --git a/templates/base.css b/templates/base.css index cecf6c9f..d4a88bd1 100644 --- a/templates/base.css +++ b/templates/base.css @@ -52,4 +52,4 @@ a.tag_size1, a.tag_size2, a.tag_size3, a.tag_size4 { text-decoration: none; } } .item_off { color: #FF0000; -} +} -- cgit