Merge lp:~cjohnston/ubuntu-community-webthemes/mobile-use-summit-linaro into lp:~linaro-connect-theme-devs/ubuntu-community-webthemes/light-django-linaro-theme

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 45
Merged at revision: 46
Proposed branch: lp:~cjohnston/ubuntu-community-webthemes/mobile-use-summit-linaro
Merge into: lp:~linaro-connect-theme-devs/ubuntu-community-webthemes/light-django-linaro-theme
Prerequisite: lp:~dooferlad/ubuntu-community-webthemes/linaro-small-theme
Diff against target: 106 lines (+12/-51)
2 files modified
media/css/extra_styles.css (+11/-44)
templates/website_base.html (+1/-7)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-community-webthemes/mobile-use-summit-linaro
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Disapprove
Review via email: mp+103106@code.launchpad.net

Commit message

Updates Summit to work with mobile theme

To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

In my testing lp:~dooferlad/ubuntu-community-webthemes/linaro-small-theme works, but this breaks it.

review: Disapprove
Revision history for this message
Chris Johnston (cjohnston) wrote :

You need to merge this and the MP for Summit. I moved the mobile stuff into
Summit since it is site specific.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'media/css/extra_styles.css'
2--- media/css/extra_styles.css 2012-04-23 14:13:20 +0000
3+++ media/css/extra_styles.css 2012-04-23 14:13:20 +0000
4@@ -1,10 +1,10 @@
5 /*
6 *
7-* Extra styles for Summit
8-* Depends on
9-* core-reset.css
10-* core-grid.css
11-* core.css
12+* Extra styles for Summit
13+* Depends on
14+* core-reset.css
15+* core-grid.css
16+* core.css
17 *
18 */
19
20@@ -126,12 +126,12 @@
21 }
22
23 .action-links {
24- margin-bottom: 20px;
25- padding: 20px;
26- background-color: #efefef;
27- -moz-border-radius: 4px;
28- -webkit-border-radius: 4px;
29- border-radius: 4px;
30+ margin-bottom: 20px;
31+ padding: 20px;
32+ background-color: #efefef;
33+ -moz-border-radius: 4px;
34+ -webkit-border-radius: 4px;
35+ border-radius: 4px;
36 }
37
38
39@@ -309,39 +309,6 @@
40 color: #dd4814;
41 }
42
43-/* Reset default unordered list display style to remove bulleting/spacing */
44-#column-schedule ul {
45- list-style: none;
46-}
47-/* Stack LI elements horizontally instead of the default vertical orientation */
48-#column-schedule li {
49- float: left;
50- margin-right: 1em;
51-}
52-
53-/* Reset default unordered list display style to remove bulleting/spacing */
54-#column-schedule-inner ul {
55- list-style: disc;
56- /*border-right: dotted;
57- border-right-width: 1px;*/
58-}
59-/* Stack LI elements horizontally instead of the default vertical orientation */
60-#column-schedule-inner li {
61- float: none;
62- margin-right: 1em;
63- padding: 0em;
64- line-height: 1.5em;
65- margin-bottom: 0px;
66- margin-top: 0px;
67-}
68-
69-/* Social widgets */
70-.social-widget {
71- float: left;
72- display: inline-block;
73- margin-right: 2px;
74-}
75-
76 /*
77 *
78 * For Linaro
79
80=== modified file 'templates/website_base.html'
81--- templates/website_base.html 2012-04-23 14:13:20 +0000
82+++ templates/website_base.html 2012-04-23 14:13:20 +0000
83@@ -64,14 +64,8 @@
84 </ul>
85 {% endblock %}
86 </nav>
87-<<<<<<< TREE
88- <a class="logo-ubuntu" href="/">
89- <img width="108" height="50" src="{{ubuntu_website_media}}/images/linaro-connect-logo.png" alt="Linaro Connect Logo"/>
90-=======
91 <a class="logo-ubuntu" href="http://connect.linaro.org/events/event/linaro-connect-q2-12/">
92 <img src="{{ubuntu_website_media}}/images/linaro-connect-logo-small.png" alt="Linaro Connect Logo"/>
93->>>>>>> MERGE-SOURCE
94- <h2 class="header-text"><a href="/">{% block logo_text %}Country Loco Team{% endblock %}</a></h2>
95 </a>
96
97 </header>
98@@ -97,7 +91,7 @@
99 <!--
100 {% block search %}
101 <section id="searchbox-container">
102- {% block search_box %}
103+ {% block search_box %}
104 <input name="search" id="searchbox" value="Search..." />
105 {% endblock %}
106 </section>

Subscribers

People subscribed via source and target branches