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
=== modified file 'summit/media/css/schedule.css'
--- summit/media/css/schedule.css 2011-04-08 14:59:22 +0000
+++ summit/media/css/schedule.css 2011-04-27 16:41:09 +0000
@@ -207,15 +207,23 @@
207/* Meetings have additional classes for their type, which we use to set207/* Meetings have additional classes for their type, which we use to set
208 * a pretty background colour.208 * a pretty background colour.
209 */209 */
210div.meeting.ubuntutheproject { background-color: #ffb9f4; }210div.meeting.community { background-color: #ffb9f4; }
211div.meeting.packageselection { background-color: #FF4500; }211div.meeting.design { background-color: #ac7c96; }
212div.meeting.cloud { background-color: #c1cdcd; }212div.meeting.desktop { background-color: #f8f5a4; }
213div.meeting.other { background-color: #a2cd5a; }213div.meeting.foundations { background-color: #bc3c5d; }
214div.meeting.hardware { background-color: #ffd700; }214div.meeting.hardware { background-color: #ffd700; }
215div.meeting.appdevs { background-color: #deb887; }215div.meeting.other { background-color: #deb887; }
216div.meeting.multimedia { background-color: #99f6aa; }216div.meeting.qa { background-color: #fb9e70; }
217div.meeting.performance { background-color: #ccccff; }217div.meeting.security { background-color: #97fb70; }
218218div.meeting.serverandcloud { background-color: #ccccff; }
219div.meeting.linaro-android { background-color: #a5ca39; }
220div.meeting.linaro-graphics { background-color: #b5aca8; }
221div.meeting.linaro-kernel { background-color: #5375f1; }
222div.meeting.linaro-multimedia { background-color: #99e8e3; }
223div.meeting.linaro-platforms { background-color: #f429e8; }
224div.meeting.linaro-power-management { background-color: #eaaf3c; }
225div.meeting.linaro-toolchain { background-color: #fdff58; }
226div.meeting.linaro-other { background-color: #ccccff; }
219227
220div.meeting.plenary { background-color: #ffffe0; }228div.meeting.plenary { background-color: #ffffe0; }
221div.meeting.special { background-color: #ffffe0; }229div.meeting.special { background-color: #ffffe0; }

Subscribers

People subscribed via source and target branches