← Back to team overview

osdf-devteam team mailing list archive

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

 

Toast has proposed merging lp:~daimoneze/osdf/wp-theme into lp:osdf/wp.

Requested reviews:
  OSDF Dev Team (osdf-devteam)


Added some styles for the single news item. 
-- 
https://code.launchpad.net/~daimoneze/osdf/wp-theme/+merge/43476
Your team OSDF Dev Team is requested to review the proposed merge of lp:~daimoneze/osdf/wp-theme into lp:osdf/wp.
=== modified file 'single.php'
--- single.php	2010-12-11 03:07:58 +0000
+++ single.php	2010-12-12 17:16:09 +0000
@@ -2,7 +2,7 @@
 
 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
     
-  <div id="left">
+  <div id="left" class="big_block">
       <h1 class="entry-title"><?php the_title(); ?></h1>
 
             <?php /* Microformatted, translatable post meta */ ?>          

=== modified file 'style.css'
--- style.css	2010-12-12 16:16:34 +0000
+++ style.css	2010-12-12 17:16:09 +0000
@@ -24,7 +24,7 @@
     color: #EB6821;
 }
 
-p {
+p, h1 {
     margin: 0;
     padding: 0;
     text-align: justify;
@@ -231,7 +231,7 @@
 #main_content {
     background: url("images/center_bg.gif") repeat-x scroll center top #FFFFFF;
     height: auto;
-    padding: 0 0 25px;
+    padding: 0;
     width: 880px;
 }
 
@@ -448,7 +448,7 @@
     color: #D94923;
     height: 70px;
     width: 880px;
-    margin: 10px auto;
+    margin: 0 auto;
 }
 
 .left_footer {
@@ -474,7 +474,7 @@
 }
 
 h1.entry-title {
-    color: black;
+    color: #25AAE1;
     display: block;
     width: 100%;
     font-size: 40px;
@@ -537,10 +537,21 @@
 div#respond {
     background: #EEE;
     border: 1px solid #DEDEDE;
-    margin: 30px 0px 30px;
-    padding: 15px 0px 15px 20px;
+    margin: 30px 0 0 0;
+    padding: 15px 20px 15px 20px;
 }
 
 .nodisplay {
     display: none;
+}
+#form-allowed-tags {
+	color: #D94923;
+}
+.edit-link{
+	margin: 10px 0 0;
+	padding: 5px;
+	background: #eeeeee;
+	display: block;
+	width: 2em;
+	border: 2px solid #dedede;
 }
\ No newline at end of file