From: Florian Brosch Date: Mon, 20 Aug 2012 23:07:41 +0000 (+0200) Subject: icons: s/font: monospace/font-family: monospace X-Git-Tag: 0.37.1~3^2~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08b397df4f4089d44658903106cdb030ed54a9f;p=thirdparty%2Fvala.git icons: s/font: monospace/font-family: monospace --- diff --git a/icons/devhelpstyle.css b/icons/devhelpstyle.css index 966c9929c..1488f1fbd 100644 --- a/icons/devhelpstyle.css +++ b/icons/devhelpstyle.css @@ -131,7 +131,7 @@ div.main_code_definition { padding-bottom: 5px; padding-top: 5px; - font: monospace; + font-family: monospace; border-color: #aaaaff; background-color: #eeeeff; border-style: solid; @@ -165,7 +165,7 @@ div.main_block_content { } span.leaf_code_definition { - font: monospace; + font-family: monospace; } @@ -507,10 +507,14 @@ ul.no_bullet li { } .css_content_literal { - font: monospace; + font-family: monospace; color: #ff01ff; } +code { + font-family: monospace; +} + .main_code_definition a, .leaf_code_definition a { text-decoration: none; color: inherit; diff --git a/icons/style.css b/icons/style.css index 8987ccd36..4f65fdb2c 100644 --- a/icons/style.css +++ b/icons/style.css @@ -146,7 +146,7 @@ div.main_code_definition { padding-bottom: 5px; padding-top: 5px; - font: monospace; + font-family: monospace; border-color: #aaaaff; background-color: #eeeeff; border-style: solid; @@ -180,7 +180,7 @@ div.main_block_content { } span.leaf_code_definition { - font: monospace; + font-family: monospace; } @@ -521,9 +521,14 @@ ul.no_bullet li { } .css_content_literal { - font: monospace; + font-family: monospace; color: #ff01ff; } + +code { + font-family: monospace; +} + .main_code_definition a, .leaf_code_definition a { text-decoration: none; color: inherit; diff --git a/icons/wikistyle.css b/icons/wikistyle.css index 7dc8497e5..ccb702212 100644 --- a/icons/wikistyle.css +++ b/icons/wikistyle.css @@ -163,7 +163,7 @@ div.main_code_definition { padding-bottom: 5px; padding-top: 5px; - font: monospace; + font-family: monospace; font-size: 10; border-color: #aaaaff; background-color: #eeeeff; @@ -520,10 +520,14 @@ ul.no_bullet li { } .css_content_literal { - font: monospace; + font-family: monospace; color: #ff01ff; } +code { + font-family: monospace; +} + .deprecated { text-decoration:line-through; }