Merge lp:~cjohnston/ubuntu-community-webthemes/top-nav into lp:ubuntu-community-webthemes/light-django-theme

Proposed by Chris Johnston
Status: Merged
Merged at revision: 32
Proposed branch: lp:~cjohnston/ubuntu-community-webthemes/top-nav
Merge into: lp:ubuntu-community-webthemes/light-django-theme
Diff against target: 56 lines (+8/-10)
2 files modified
media/css/default.css (+4/-4)
templates/ubuntu_website_base.html (+4/-6)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-community-webthemes/top-nav
Reviewer Review Type Date Requested Status
Ubuntu Community Web Themes Developers Pending
Review via email: mp+52790@code.launchpad.net
To post a comment you must log in.
33. By Chris Johnston

fixes background color of top-nav

34. By Chris Johnston

Made fixes suggested by Ronnie

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'css_search.pl' (properties changed: +x to -x)
=== modified file 'media/css/default.css'
--- media/css/default.css 2011-02-26 15:06:54 +0000
+++ media/css/default.css 2011-03-14 19:16:06 +0000
@@ -233,7 +233,7 @@
233233
234.top-nav-item { 234.top-nav-item {
235 display:inline-block; 235 display:inline-block;
236 padding:0 8px; 236 margin-right: 14px;
237 line-height:2em; 237 line-height:2em;
238}238}
239239
@@ -250,7 +250,7 @@
250250
251#top-related { 251#top-related {
252 float:right; 252 float:right;
253 margin-right:15px; 253 margin-right:2px;
254}254}
255255
256#main-nav {256#main-nav {
@@ -596,10 +596,10 @@
596}596}
597597
598#top-nav { 598#top-nav {
599 background-color:#f7f7f7; 599 background-color:#ffffff;
600}600}
601601
602.top-nav-item { 602.top-nav-item, .top-nav-item:visited {
603 color:#333333; 603 color:#333333;
604}604}
605605
606606
=== modified file 'templates/ubuntu_website_base.html'
--- templates/ubuntu_website_base.html 2011-02-26 15:06:54 +0000
+++ templates/ubuntu_website_base.html 2011-03-14 19:16:06 +0000
@@ -49,12 +49,10 @@
49 </section>49 </section>
50 <nav id="top-related">50 <nav id="top-related">
51 {% block top_nav_related_links %}51 {% block top_nav_related_links %}
52 <a class="top-nav-item" href="www.ubuntu.com">Ubuntu.com</a>52 <a class="top-nav-item" href="http://www.ubuntu.com">Ubuntu.com</a>
53 <a class="top-nav-item" href="ubuntuforums.org">Support</a>53 <a class="top-nav-item" href="http://www.ubuntu.com/community">Community</a>
54 <a class="top-nav-item" href="wiki.ubuntu.com">Documentation</a>54 <a class="top-nav-item" href="http://www.ubuntu.com/support">Support</a>
55 <a class="top-nav-item" href="fridge.ubuntu.com">News</a>55 <a class="top-nav-item" href="http://www.ubuntu.com/partners">Partners</a>
56 <a class="top-nav-item" href="planet.ubuntu.com">Blogs</a>
57 <a class="top-nav-item" href="loco.ubuntu.com">Loco Directory</a>
58 {% endblock %}56 {% endblock %}
59 </nav>57 </nav>
60 </div>58 </div>

Subscribers

People subscribed via source and target branches