Merge lp:~fougner/summit/wide-summit into lp:summit

Proposed by Alexander Fougner
Status: Merged
Approved by: Chris Johnston
Approved revision: 324
Merged at revision: 324
Proposed branch: lp:~fougner/summit/wide-summit
Merge into: lp:summit
Diff against target: 29 lines (+20/-0)
1 file modified
summit/schedule/templates/schedule/schedule.html (+20/-0)
To merge this branch: bzr merge lp:~fougner/summit/wide-summit
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+100236@code.launchpad.net

Commit message

Fixes wide view in schedule

Description of the change

Added wide view in schedule

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/schedule.html'
2--- summit/schedule/templates/schedule/schedule.html 2012-03-25 14:00:41 +0000
3+++ summit/schedule/templates/schedule/schedule.html 2012-03-30 21:05:25 +0000
4@@ -38,6 +38,26 @@
5 }
6 window.addEventListener('load', starttimer());
7 </script>
8+
9+<style>
10+ div.wrapper, div.inner-wrapper {
11+ width: auto;
12+ }
13+
14+ div.wrapper {
15+ padding: 0px 0px;
16+ clear: both;
17+ display: inline;
18+ float: left;
19+ border: 0;
20+ margin: 0;
21+ }
22+
23+ #top-nav, header {
24+ width: auto;
25+ }
26+</style>
27+
28 {% endblock %}
29 {% block 960css %}{% endblock %}
30

Subscribers

People subscribed via source and target branches