[gnome-software/wip/rancell/3-20-enhancements] Fix a couple of CSS errors
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/3-20-enhancements] Fix a couple of CSS errors
- Date: Wed, 17 Aug 2016 17:37:45 +0000 (UTC)
commit dd3621e38477c2a656d311814e6406680c6ef53a
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Apr 27 19:03:02 2016 +0200
Fix a couple of CSS errors
The 'font' shorthand requires at least 'font-family' and 'font-size'
according to the spec, and recent GTK+ versions no longer accept it
without a family/size.
While at it, also add some missing semicolons and units.
src/gtk-style-hc.css | 4 ++--
src/gtk-style.css | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index a5fe5f2..dfc0b87 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -219,7 +219,7 @@ button.star, .button.star {
}
.update-failed-details {
- font: Monospace;
+ font-family: Monospace;
font-size: 90%;
- padding: 16px
+ padding: 16px;
}
diff --git a/src/gtk-style.css b/src/gtk-style.css
index f7b1d5a..e994dd7 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -281,9 +281,9 @@ button.star, .button.star {
}
.update-failed-details {
- font: Monospace;
+ font-family: Monospace;
font-size: 90%;
- padding: 16px
+ padding: 16px;
}
.upgrade-banner {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]