Merge lp:~daimoneze/osdf/wp-theme into lp:osdf/wp

Proposed by Toast McFarland
Status: Merged
Merged at revision: 10
Proposed branch: lp:~daimoneze/osdf/wp-theme
Merge into: lp:osdf/wp
Diff against target: 77 lines (+18/-7)
2 files modified
single.php (+1/-1)
style.css (+17/-6)
To merge this branch: bzr merge lp:~daimoneze/osdf/wp-theme
Reviewer Review Type Date Requested Status
Andrew Ettinger Approve
Review via email: mp+43476@code.launchpad.net

Description of the change

Added some styles for the single news item.

To post a comment you must log in.
Revision history for this message
Andrew Ettinger (sillydeveloper) :
review: Approve
lp:~daimoneze/osdf/wp-theme updated
10. By Andrew Ettinger <email address hidden>

merge ~daimoneze/osdf/wp-theme

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'single.php'
2--- single.php 2010-12-11 03:07:58 +0000
3+++ single.php 2010-12-12 17:16:25 +0000
4@@ -2,7 +2,7 @@
5
6 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
7
8- <div id="left">
9+ <div id="left" class="big_block">
10 <h1 class="entry-title"><?php the_title(); ?></h1>
11
12 <?php /* Microformatted, translatable post meta */ ?>
13
14=== modified file 'style.css'
15--- style.css 2010-12-12 16:16:34 +0000
16+++ style.css 2010-12-12 17:16:25 +0000
17@@ -24,7 +24,7 @@
18 color: #EB6821;
19 }
20
21-p {
22+p, h1 {
23 margin: 0;
24 padding: 0;
25 text-align: justify;
26@@ -231,7 +231,7 @@
27 #main_content {
28 background: url("images/center_bg.gif") repeat-x scroll center top #FFFFFF;
29 height: auto;
30- padding: 0 0 25px;
31+ padding: 0;
32 width: 880px;
33 }
34
35@@ -448,7 +448,7 @@
36 color: #D94923;
37 height: 70px;
38 width: 880px;
39- margin: 10px auto;
40+ margin: 0 auto;
41 }
42
43 .left_footer {
44@@ -474,7 +474,7 @@
45 }
46
47 h1.entry-title {
48- color: black;
49+ color: #25AAE1;
50 display: block;
51 width: 100%;
52 font-size: 40px;
53@@ -537,10 +537,21 @@
54 div#respond {
55 background: #EEE;
56 border: 1px solid #DEDEDE;
57- margin: 30px 0px 30px;
58- padding: 15px 0px 15px 20px;
59+ margin: 30px 0 0 0;
60+ padding: 15px 20px 15px 20px;
61 }
62
63 .nodisplay {
64 display: none;
65+}
66+#form-allowed-tags {
67+ color: #D94923;
68+}
69+.edit-link{
70+ margin: 10px 0 0;
71+ padding: 5px;
72+ background: #eeeeee;
73+ display: block;
74+ width: 2em;
75+ border: 2px solid #dedede;
76 }
77\ No newline at end of file

Subscribers

People subscribed via source and target branches