[valadoc] icons: s/font: monospace/font-family: monospace
- From: Florian Brosch <flobrosch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [valadoc] icons: s/font: monospace/font-family: monospace
- Date: Tue, 21 Aug 2012 15:59:13 +0000 (UTC)
commit f08b397df4f4089d44658903106cdb030ed54a9f
Author: Florian Brosch <flo brosch gmail com>
Date: Tue Aug 21 01:07:41 2012 +0200
icons: s/font: monospace/font-family: monospace
icons/devhelpstyle.css | 10 +++++++---
icons/style.css | 11 ++++++++---
icons/wikistyle.css | 8 ++++++--
3 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/icons/devhelpstyle.css b/icons/devhelpstyle.css
index 966c992..1488f1f 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 8987ccd..4f65fdb 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 7dc8497..ccb7022 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]