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
1=== modified file 'css/default.css'
2--- css/default.css 2010-06-17 08:02:30 +0000
3+++ css/default.css 2010-06-19 21:12:29 +0000
4@@ -139,7 +139,7 @@
5 #page-header .container { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
6 #top-logo { color:#fff; line-height:1.5em; text-align:right; }
7 #the-logo { padding-left:4px; }
8-#loco { clear:both; display:block; float:right;}
9+#loco { clear:both; display:block; float:right; color:#fff}
10
11
12 #main-nav { border-left: 1px solid #EF7149; z-index:10;}
13
14=== modified file 'index.html'
15--- index.html 2010-06-14 15:26:09 +0000
16+++ index.html 2010-06-19 21:12:29 +0000
17@@ -37,8 +37,9 @@
18 <a class="main-nav-item" href="javascript:void(0)" title="Item 4">Page Shorter 4</a>
19 <a class="main-nav-item" href="javascript:void(0)" title="Item 5">Page 5</a>
20 </nav>
21+ <a href="/">
22 <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>
23-
24+ </a>
25 </div>
26 </header>
27

Subscribers

People subscribed via source and target branches