Merge lp:~mhall119/ubuntu-website/fixes-596364 into lp:~ubuntu-website-community/ubuntu-website/light-base-theme

Proposed by Michael Hall
Status: Needs review
Proposed branch: lp:~mhall119/ubuntu-website/fixes-596364
Merge into: lp:~ubuntu-website-community/ubuntu-website/light-base-theme
Diff against target: 26 lines (+3/-2)
2 files modified
css/default.css (+1/-1)
index.html (+2/-1)
To merge this branch: bzr merge lp:~mhall119/ubuntu-website/fixes-596364
Reviewer Review Type Date Requested Status
Michael Lustfield (community) extra-touchup Approve
Review via email: mp+28004@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Lustfield (michaellustfield) wrote :

I noticed this on line 22:
src="http://www.ubuntu.com//sites/default/themes/ubuntu10/logo.png"

There is an extra / "com//sites".
I'm curious. Should we link to an image on another server. This will involve an additional DNS resolution to pull it down. For the sake of the base theme I can see this remaining but I can't see it being a good idea to replicate through the other branches.

Aside from that, I think the diff looks great.

review: Approve (extra-touchup)

Unmerged revisions

3. By Michael Hall <mhall@mhall-laptop>

Wrap top-loco and loco text in a link to the site root

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'css/default.css'
--- css/default.css 2010-06-17 08:02:30 +0000
+++ css/default.css 2010-06-19 21:12:29 +0000
@@ -139,7 +139,7 @@
139#page-header .container { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }139#page-header .container { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
140#top-logo { color:#fff; line-height:1.5em; text-align:right; }140#top-logo { color:#fff; line-height:1.5em; text-align:right; }
141#the-logo { padding-left:4px; }141#the-logo { padding-left:4px; }
142#loco { clear:both; display:block; float:right;}142#loco { clear:both; display:block; float:right; color:#fff}
143143
144144
145#main-nav { border-left: 1px solid #EF7149; z-index:10;}145#main-nav { border-left: 1px solid #EF7149; z-index:10;}
146146
=== modified file 'index.html'
--- index.html 2010-06-14 15:26:09 +0000
+++ index.html 2010-06-19 21:12:29 +0000
@@ -37,8 +37,9 @@
37 <a class="main-nav-item" href="javascript:void(0)" title="Item 4">Page Shorter 4</a>37 <a class="main-nav-item" href="javascript:void(0)" title="Item 4">Page Shorter 4</a>
38 <a class="main-nav-item" href="javascript:void(0)" title="Item 5">Page 5</a>38 <a class="main-nav-item" href="javascript:void(0)" title="Item 5">Page 5</a>
39 </nav>39 </nav>
40 <a href="/">
40 <h1 id="top-logo"><img class="png" id="the-logo" src="http://www.ubuntu.com//sites/default/themes/ubuntu10/logo.png" alt="Ubuntu" width="118" height="27" /><span id="loco">Country Loco Team </span></h1>41 <h1 id="top-logo"><img class="png" id="the-logo" src="http://www.ubuntu.com//sites/default/themes/ubuntu10/logo.png" alt="Ubuntu" width="118" height="27" /><span id="loco">Country Loco Team </span></h1>
4142 </a>
42 </div>43 </div>
43 </header>44 </header>
4445

Subscribers

People subscribed via source and target branches