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
=== modified file 'media/css/extra_styles.css'
--- media/css/extra_styles.css 2012-04-23 14:13:20 +0000
+++ media/css/extra_styles.css 2012-04-23 14:13:20 +0000
@@ -1,10 +1,10 @@
1/*1/*
2*2*
3* Extra styles for Summit3* Extra styles for Summit
4* Depends on4* Depends on
5* core-reset.css5* core-reset.css
6* core-grid.css6* core-grid.css
7* core.css7* core.css
8*8*
9*/9*/
1010
@@ -126,12 +126,12 @@
126}126}
127127
128.action-links {128.action-links {
129 margin-bottom: 20px;129 margin-bottom: 20px;
130 padding: 20px;130 padding: 20px;
131 background-color: #efefef;131 background-color: #efefef;
132 -moz-border-radius: 4px;132 -moz-border-radius: 4px;
133 -webkit-border-radius: 4px;133 -webkit-border-radius: 4px;
134 border-radius: 4px;134 border-radius: 4px;
135}135}
136136
137137
@@ -309,39 +309,6 @@
309 color: #dd4814;309 color: #dd4814;
310}310}
311311
312/* Reset default unordered list display style to remove bulleting/spacing */
313#column-schedule ul {
314 list-style: none;
315}
316/* Stack LI elements horizontally instead of the default vertical orientation */
317#column-schedule li {
318 float: left;
319 margin-right: 1em;
320}
321
322/* Reset default unordered list display style to remove bulleting/spacing */
323#column-schedule-inner ul {
324 list-style: disc;
325 /*border-right: dotted;
326 border-right-width: 1px;*/
327}
328/* Stack LI elements horizontally instead of the default vertical orientation */
329#column-schedule-inner li {
330 float: none;
331 margin-right: 1em;
332 padding: 0em;
333 line-height: 1.5em;
334 margin-bottom: 0px;
335 margin-top: 0px;
336}
337
338/* Social widgets */
339.social-widget {
340 float: left;
341 display: inline-block;
342 margin-right: 2px;
343}
344
345/*312/*
346*313*
347* For Linaro314* For Linaro
348315
=== modified file 'templates/website_base.html'
--- templates/website_base.html 2012-04-23 14:13:20 +0000
+++ templates/website_base.html 2012-04-23 14:13:20 +0000
@@ -64,14 +64,8 @@
64 </ul>64 </ul>
65 {% endblock %}65 {% endblock %}
66 </nav>66 </nav>
67<<<<<<< TREE
68 <a class="logo-ubuntu" href="/">
69 <img width="108" height="50" src="{{ubuntu_website_media}}/images/linaro-connect-logo.png" alt="Linaro Connect Logo"/>
70=======
71 <a class="logo-ubuntu" href="http://connect.linaro.org/events/event/linaro-connect-q2-12/">67 <a class="logo-ubuntu" href="http://connect.linaro.org/events/event/linaro-connect-q2-12/">
72 <img src="{{ubuntu_website_media}}/images/linaro-connect-logo-small.png" alt="Linaro Connect Logo"/>68 <img src="{{ubuntu_website_media}}/images/linaro-connect-logo-small.png" alt="Linaro Connect Logo"/>
73>>>>>>> MERGE-SOURCE
74 <h2 class="header-text"><a href="/">{% block logo_text %}Country Loco Team{% endblock %}</a></h2>
75 </a>69 </a>
7670
77</header>71</header>
@@ -97,7 +91,7 @@
97 <!--91 <!--
98 {% block search %}92 {% block search %}
99 <section id="searchbox-container">93 <section id="searchbox-container">
100 {% block search_box %}94 {% block search_box %}
101 <input name="search" id="searchbox" value="Search..." />95 <input name="search" id="searchbox" value="Search..." />
102 {% endblock %}96 {% endblock %}
103 </section>97 </section>

Subscribers

People subscribed via source and target branches