[gnome-weather/gnome-3-8] css: small tweak for full color backgrounds
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/gnome-3-8] css: small tweak for full color backgrounds
- Date: Tue, 12 Mar 2013 13:53:04 +0000 (UTC)
commit 266d19ef0e58602e99f6c62ce06fa20a06714632
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Mar 12 09:49:01 2013 -0400
css: small tweak for full color backgrounds
They should extend across the whole box, so use border-box as their
origin/clip.
data/application.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index ec2fd8e..fdc895e 100644
--- a/data/application.css
+++ b/data/application.css
@@ -7,6 +7,8 @@
background-color: black;
background-size: cover;
background-position: center;
+ background-origin: border-box;
+ background-clip: border-box;
}
#weather-page-content-view.weather-clear {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]