Merge lp:~mhall119/ubuntu-community-webthemes/django-stricter-nav-elements into lp:ubuntu-community-webthemes/light-django-theme

Proposed by Michael Hall
Status: Merged
Approved by: Chris Johnston
Approved revision: 50
Merged at revision: 50
Proposed branch: lp:~mhall119/ubuntu-community-webthemes/django-stricter-nav-elements
Merge into: lp:ubuntu-community-webthemes/light-django-theme
Diff against target: 20 lines (+2/-1)
1 file modified
media/css/core.css (+2/-1)
To merge this branch: bzr merge lp:~mhall119/ubuntu-community-webthemes/django-stricter-nav-elements
Reviewer Review Type Date Requested Status
Adnane Belmadiaf (community) Approve
Ubuntu Community Web Themes Developers Pending
Review via email: mp+140980@code.launchpad.net

Commit message

Provides stricter settings on the margin and padding of nav elements, so that more generic css definitions for elsewhere in the page don't break the nav layout.

Description of the change

Provides stricter settings on the margin and padding of nav elements, so that more generic css definitions for elsewhere in the page don't break the nav layout.

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'media/css/core.css'
2--- media/css/core.css 2012-07-18 19:23:07 +0000
3+++ media/css/core.css 2012-12-20 19:30:27 +0000
4@@ -177,6 +177,7 @@
5 border: medium none;
6 height: 64px;
7 margin: 0;
8+ padding: 0;
9 position: static;
10 vertical-align: bottom;
11 list-style-image: none;
12@@ -192,7 +193,7 @@
13 position: relative;
14 left: 4px;
15 top: 23px;
16- margin-bottom: 0;
17+ margin: 0;
18 }
19
20 header h2 a:link,

Subscribers

People subscribed via source and target branches