From 9e756f9d6d35b95bee30bdc8361db9d1001ea9bc Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 11 Jan 2015 03:50:12 +0100 Subject: [PATCH] fix errors found by review of 2.30 --- LCARStrek/browser/devtools/webconsole.css | 2 +- LCARStrek/global/in-content/common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index d3d77591..a0540c99 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -554,7 +554,7 @@ a { } .webconsole-filter-button > .toolbarbutton-menubutton-button:before { width: 12px; - height: 12x; + height: 12px; margin-left: 1px; } .toolbarbutton-menubutton-dropmarker { diff --git a/LCARStrek/global/in-content/common.css b/LCARStrek/global/in-content/common.css index 9e7dc971..c6cb07e6 100644 --- a/LCARStrek/global/in-content/common.css +++ b/LCARStrek/global/in-content/common.css @@ -120,7 +120,7 @@ html|button { border: none; background-color: #C09070; color: #000000; - / * override forms.css * / + /* override forms.css */ font: inherit; } -- 2.35.3