Merge lp:~wgrant/loggerhead/bug-958999 into lp:loggerhead

Proposed by William Grant
Status: Merged
Merged at revision: 472
Proposed branch: lp:~wgrant/loggerhead/bug-958999
Merge into: lp:loggerhead
Diff against target: 13 lines (+0/-3)
1 file modified
loggerhead/static/css/view.css (+0/-3)
To merge this branch: bzr merge lp:~wgrant/loggerhead/bug-958999
Reviewer Review Type Date Requested Status
Benji York (community) code Approve
Review via email: mp+98137@code.launchpad.net

Commit message

Remove font size overrides in view/annotate. Causes problems in WebKit, and only fits a couple more lines per screen.

Description of the change

New Chromiums end up with misaligned line numbers after my recent style changes. This branch removes some font size overrides to make it work on all popular desktop browsers, at the expense of fitting about 5% less content on the page.

To post a comment you must log in.
Revision history for this message
Benji York (benji) wrote :

Looks good.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'loggerhead/static/css/view.css'
--- loggerhead/static/css/view.css 2012-02-22 08:28:09 +0000
+++ loggerhead/static/css/view.css 2012-03-19 05:12:17 +0000
@@ -28,9 +28,6 @@
28.viewLine pre,28.viewLine pre,
29.viewCont pre {29.viewCont pre {
30 font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;30 font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
31 font-size: 100%;
32 line-height: 110%;
33 margin: 0;
34 }31 }
35.viewLine pre {32.viewLine pre {
36 text-align: right;33 text-align: right;

Subscribers

People subscribed via source and target branches