Merge lp:~dylanmccall/harvest/fixed-font into lp:harvest

Proposed by Dylan McCall
Status: Merged
Merged at revision: 263
Proposed branch: lp:~dylanmccall/harvest/fixed-font
Merge into: lp:harvest
Diff against target: 21 lines (+2/-2)
1 file modified
harvest/media/css/style.css (+2/-2)
To merge this branch: bzr merge lp:~dylanmccall/harvest/fixed-font
Reviewer Review Type Date Requested Status
Daniel Holbach Approve
Review via email: mp+37617@code.launchpad.net

Description of the change

Fixed the font so it looks consistent in 10.10 :)

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work! :)

review: Approve
Revision history for this message
Dylan McCall (dylanmccall) wrote :

Oops, I forgot something! One second :)

On Tue, Oct 5, 2010 at 8:15 AM, Daniel Holbach
<email address hidden> wrote:
> Review: Approve
> Good work! :)
> --
> https://code.launchpad.net/~dylanmccall/harvest/fixed-font/+merge/37617
> You are the owner of lp:~dylanmccall/harvest/fixed-font.
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'harvest/media/css/style.css'
2--- harvest/media/css/style.css 2010-10-05 13:31:20 +0000
3+++ harvest/media/css/style.css 2010-10-05 15:12:48 +0000
4@@ -2,7 +2,7 @@
5 background-color:rgb(255,255,255);
6 color:rgb(51,51,51);
7
8- font-family:'UbuntuBeta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
9+ font-family:'Ubuntu', 'UbuntuBeta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
10 font-size:14px;
11 line-height:1.2em;
12 }
13@@ -82,7 +82,7 @@
14 text-transform:lowercase;
15 text-decoration:none;
16 color:rgb(0,0,0);
17- font-family:'Molengo', 'Ubuntu Beta', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
18+ font-family:'Molengo', 'Ubuntu', 'UbuntuBeta', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
19 }
20 #header #sitetitle #sitelogo {
21 width:auto; /* line up with #sitename font-size */

Subscribers

People subscribed via source and target branches

to all changes: