From 4188c615632637e17c68d3b99f7debc71008d810 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 01 Jun 2012 08:30:17 -0400
Subject: [PATCH] Define and use 'mozilla' class for HTML style

---
 program/js/common.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/js/common.js b/program/js/common.js
index 937e8f2..b6407c5 100644
--- a/program/js/common.js
+++ b/program/js/common.js
@@ -114,6 +114,8 @@
       classname += ' chrome';
     else if (this.chrome)
       classname += ' chrome';
+    else if (this.mz)
+      classname += ' mozilla';
 
     if (this.iphone)
       classname += ' iphone';

--
Gitblit v1.9.1