From a3cf586f92d25f80b8e592d0cbb4ebbe21b5df24 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 3 Feb 2005 21:44:24 +0000 Subject: [PATCH] Put space in font size declaration. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1279 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_styles.css | 34 +++++++++++++++++----------------- web/zm_xhtml_styles.css | 32 ++++++++++++++++---------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/web/zm_html_styles.css b/web/zm_html_styles.css index 48307f7a6..f5caa3171 100644 --- a/web/zm_html_styles.css +++ b/web/zm_html_styles.css @@ -19,65 +19,65 @@ .text { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: normal } .redtext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #DC143C; font-weight: bold; } .ambtext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #FF8C00; font-weight: bold; } .gretext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #688E23; font-weight: bold; } .redtextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #DC143C; font-weight: bold; font-style: italic; } .ambtextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #FF8C00; font-weight: bold; font-style: italic; } .gretextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #688E23; font-weight: bold; font-style: italic; } .smallhead { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #016A9D; font-weight: bold; line-height: 20px } .head { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:11px; + font-size: 11px; color: #000066; font-weight: bold } .bighead { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:12px; + font-size: 12px; color: #000066; font-weight: bold } @@ -105,17 +105,17 @@ a:hover { color: #333333 } input[disabled] { - color:#888888 + color: #888888 } .textsmall { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:9px; + font-size: 9px; color: #333333; font-weight: normal } .closetext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: normal; line-height: 12px @@ -128,7 +128,7 @@ img.alarm { } td.activetab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: bold; border-left: #7F7FB2 solid 2px; @@ -139,7 +139,7 @@ td.activetab { } td.passivetab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: normal; border: #7F7FB2 solid 1px; @@ -148,14 +148,14 @@ td.passivetab { } td.nontab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: normal; border-bottom: #7F7FB2 solid 1px; } td.ruled { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; + font-size: 10px; color: #333333; font-weight: normal; border-top: #7F7FB2 solid 1px; diff --git a/web/zm_xhtml_styles.css b/web/zm_xhtml_styles.css index 5c0415c58..baf89966f 100644 --- a/web/zm_xhtml_styles.css +++ b/web/zm_xhtml_styles.css @@ -19,58 +19,58 @@ .text { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: normal } .redtext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #DC143C; } .ambtext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #FF8C00; } .gretext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #688E23; } .redtextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #DC143C; text-transform: lowercase; } .ambtextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #FF8C00; text-transform: lowercase; } .gretextem { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #688E23; text-transform: lowercase; } .bighead { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:9px; + font-size: 9px; color: #000066; font-weight: bold } .smallhead { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #016A9D; font-weight: bold; } .head { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:11px; + font-size: 11px; color: #000066; font-weight: bold } @@ -99,13 +99,13 @@ a:hover { } .textsmall { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:7px; + font-size: 7px; color: #333333; font-weight: normal } .closetext { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: normal; line-height: 12px @@ -118,7 +118,7 @@ img.alarm { } td.activetab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: bold; border-left: #7F7FB2 solid 2px; @@ -129,7 +129,7 @@ td.activetab { } td.passivetab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: normal; border: #7F7FB2 solid 1px; @@ -138,14 +138,14 @@ td.passivetab { } td.nontab { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: normal; border-bottom: #7F7FB2 solid 1px; } td.ruled { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8px; + font-size: 8px; color: #333333; font-weight: normal; border-top: #7F7FB2 solid 1px;