Merge lp:~cjohnston/ubuntu-community-webthemes/wordpress-design-update into lp:ubuntu-community-webthemes/light-wordpress-theme

Proposed by Chris Johnston
Status: Merged
Approved by: Stas Sușcov
Approved revision: 35
Merged at revision: 59
Proposed branch: lp:~cjohnston/ubuntu-community-webthemes/wordpress-design-update
Merge into: lp:ubuntu-community-webthemes/light-wordpress-theme
Diff against target: 69 lines (+20/-12) (has conflicts)
2 files modified
functions.php (+8/-10)
style.css (+12/-2)
Text conflict in style.css
To merge this branch: bzr merge lp:~cjohnston/ubuntu-community-webthemes/wordpress-design-update
Reviewer Review Type Date Requested Status
Stas Sușcov (community) Approve
Review via email: mp+68368@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stas Sușcov (sushkov) wrote :

Looks ok to me, except two things:
* The top bar strings have to be available for localisation, I can edit the patch later to fix that if you're ok with it
* The font change might be an issue. Right now the Google Fonts webservice is not offering full characters support for Ubuntu font family (see http://code.google.com/p/google-ajax-apis/issues/detail?id=557 for example). For Romanian language it's an issue, I don't if it's true for other languages.

Thanks.

Revision history for this message
Stas Sușcov (sushkov) wrote :

Merged, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'functions.php'
2--- functions.php 2011-03-12 03:58:13 +0000
3+++ functions.php 2011-07-19 12:21:43 +0000
4@@ -73,15 +73,6 @@
5 'after_title' => '',
6 'description' => 'Secondary navigation menu.',
7 ) );
8- register_sidebar( array (
9- 'name' => 'Top Bar',
10- 'id' => 'top-bar-container',
11- 'before_widget' => '',
12- 'after_widget' => '',
13- 'before_title' => '<span class="top-bar-title">',
14- 'after_title' => '</span>',
15- 'description' => 'Top bar content. Just drag-n-drop a links/menu widget...',
16- ) );
17 }
18
19 /**
20@@ -216,7 +207,14 @@
21 <div id="top-bar">
22 <?php if (is_sidebar_active('top-bar-container')): ?>
23 <div class="top-bar-container">
24- <?php dynamic_sidebar('top-bar-container'); ?>
25+ <div class="top-bar-container">
26+ <ul>
27+ <li><a href="http://www.ubuntu.com">Ubuntu.com</a></li>
28+ <li><a href="http://www.ubuntu.com/community">Community</a></li>
29+ <li><a href="http://www.ubuntu.com/support">Support</a></li>
30+ <li><a href="http://www.ubuntu.com/partners">Partners</a></li>
31+ </ul>
32+ </div>
33 </div>
34 <?php endif; ?>
35 </div>
36
37=== modified file 'style.css'
38--- style.css 2011-06-13 13:27:40 +0000
39+++ style.css 2011-07-19 12:21:43 +0000
40@@ -184,6 +184,7 @@
41 /*
42 Typography
43 */
44+<<<<<<< TREE
45 body { font-family: 'Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; }
46 body { color: #333; font-size: 90%; line-height: 1.5; }
47 h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #772953; }
48@@ -191,10 +192,19 @@
49 h2 { font-size: 160%; margin-bottom: 10px; font-weight: bold; }
50 h3 { font-size: 140%; margin-bottom: 10px; }
51 h4 { font-size: 120%; margin-bottom: 10px; }
52+=======
53+body { font-family: 'Ubuntubeta', 'Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; }
54+body { color: #333; font-size: 13px; line-height: 1.4; }
55+h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #333333; }
56+h1 { font-size: 36px; margin-bottom: 0px; line-height: 40px; }
57+h2 { font-size: 24px; margin-bottom: 8px; margin-top: 16px; line-height: 28px; }
58+h3 { font-size: 16px; margin-bottom: 8px; margin-top: 16px; line-height: 20px; }
59+h4 { font-size: 110%; margin-bottom: 0px; }
60+>>>>>>> MERGE-SOURCE
61 h5 { font-size: 110%; font-weight: bold; margin-bottom: 10px; }
62 h6 { font-size: 110%; font-weight: bold; }
63-a, a:active { color: #772953; }
64-a:hover { color: #DD4814; }
65+a, a:active { color: #DD4814; }
66+a:hover { color: #DD4814; text-decoration: underline; }
67 a:visited { color: #777777; }
68 #top-bar { text-align: right; line-height: 20px; font-size: 90%; }
69 #top-bar .top-bar-title { display: none; }

Subscribers

People subscribed via source and target branches