Merge lp:~nigelbabu/summit/fix-colors into lp:summit

Proposed by Nigel Babu
Status: Merged
Approved by: Michael Hall
Approved revision: 85
Merged at revision: 87
Proposed branch: lp:~nigelbabu/summit/fix-colors
Merge into: lp:summit
Diff against target: 35 lines (+16/-8)
1 file modified
summit/media/css/schedule.css (+16/-8)
To merge this branch: bzr merge lp:~nigelbabu/summit/fix-colors
Reviewer Review Type Date Requested Status
Summit Hackers Pending
Review via email: mp+59254@code.launchpad.net

Description of the change

Changes the tracknames css definitions and the colors.

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 'summit/media/css/schedule.css'
2--- summit/media/css/schedule.css 2011-04-08 14:59:22 +0000
3+++ summit/media/css/schedule.css 2011-04-27 16:41:09 +0000
4@@ -207,15 +207,23 @@
5 /* Meetings have additional classes for their type, which we use to set
6 * a pretty background colour.
7 */
8-div.meeting.ubuntutheproject { background-color: #ffb9f4; }
9-div.meeting.packageselection { background-color: #FF4500; }
10-div.meeting.cloud { background-color: #c1cdcd; }
11-div.meeting.other { background-color: #a2cd5a; }
12+div.meeting.community { background-color: #ffb9f4; }
13+div.meeting.design { background-color: #ac7c96; }
14+div.meeting.desktop { background-color: #f8f5a4; }
15+div.meeting.foundations { background-color: #bc3c5d; }
16 div.meeting.hardware { background-color: #ffd700; }
17-div.meeting.appdevs { background-color: #deb887; }
18-div.meeting.multimedia { background-color: #99f6aa; }
19-div.meeting.performance { background-color: #ccccff; }
20-
21+div.meeting.other { background-color: #deb887; }
22+div.meeting.qa { background-color: #fb9e70; }
23+div.meeting.security { background-color: #97fb70; }
24+div.meeting.serverandcloud { background-color: #ccccff; }
25+div.meeting.linaro-android { background-color: #a5ca39; }
26+div.meeting.linaro-graphics { background-color: #b5aca8; }
27+div.meeting.linaro-kernel { background-color: #5375f1; }
28+div.meeting.linaro-multimedia { background-color: #99e8e3; }
29+div.meeting.linaro-platforms { background-color: #f429e8; }
30+div.meeting.linaro-power-management { background-color: #eaaf3c; }
31+div.meeting.linaro-toolchain { background-color: #fdff58; }
32+div.meeting.linaro-other { background-color: #ccccff; }
33
34 div.meeting.plenary { background-color: #ffffe0; }
35 div.meeting.special { background-color: #ffffe0; }

Subscribers

People subscribed via source and target branches