Merge lp:~evfool/software-center/bannercolorsfix into lp:software-center

Proposed by Robert Roth
Status: Merged
Merged at revision: 2405
Proposed branch: lp:~evfool/software-center/bannercolorsfix
Merge into: lp:software-center
Diff against target: 21 lines (+2/-2)
1 file modified
softwarecenter/ui/gtk3/widgets/exhibits.py (+2/-2)
To merge this branch: bzr merge lp:~evfool/software-center/bannercolorsfix
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Review via email: mp+76400@code.launchpad.net

Description of the change

Changed color for banner text from red to ubuntu orange from the Ubuntu Brand Guidelines at http://design.canonical.com/the-toolkit/ubuntu-brand-guidelines/

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/ui/gtk3/widgets/exhibits.py'
2--- softwarecenter/ui/gtk3/widgets/exhibits.py 2011-09-20 08:54:49 +0000
3+++ softwarecenter/ui/gtk3/widgets/exhibits.py 2011-09-21 12:43:29 +0000
4@@ -46,7 +46,7 @@
5 font-family:Ubuntu;
6 font-size:48px;
7 font-weight:bold;
8-color:red;
9+color:#DD4814;
10 padding: 0.2em;
11 position:absolute;
12 top:40px;
13@@ -55,7 +55,7 @@
14 .banner_subtext {
15 font-family:Ubuntu;
16 font-size:28px;
17-color:red;
18+color:#DD4814;
19 padding: 0.4em;
20 position:absolute;
21 top:100px;