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
=== modified file 'media/css/core.css'
--- media/css/core.css 2012-07-18 19:23:07 +0000
+++ media/css/core.css 2012-12-20 19:30:27 +0000
@@ -177,6 +177,7 @@
177 border: medium none;177 border: medium none;
178 height: 64px;178 height: 64px;
179 margin: 0;179 margin: 0;
180 padding: 0;
180 position: static;181 position: static;
181 vertical-align: bottom;182 vertical-align: bottom;
182 list-style-image: none;183 list-style-image: none;
@@ -192,7 +193,7 @@
192 position: relative;193 position: relative;
193 left: 4px;194 left: 4px;
194 top: 23px;195 top: 23px;
195 margin-bottom: 0;196 margin: 0;
196}197}
197198
198header h2 a:link,199header h2 a:link,

Subscribers

People subscribed via source and target branches