windhamdavid 11 years ago
parent
commit
563ffc210a
2 changed files with 33 additions and 2 deletions
  1. 6 2
      index.php
  2. 27 0
      style.css

+ 6 - 2
index.php

@@ -5,10 +5,14 @@
 			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 				<div class="entry-content">
 					<div class="date">
-						<?php the_date(); ?>
-						<p><small><?php edit_post_link('Edit');?></small><p>
+						<?php the_date(); ?>		
+							<div class="meta">
+								<?php dw_posted_at(); ?>
+								<p><small><?php edit_post_link('Edit');?></small><p>
+							</div>
 					</div>
 					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+
 					<?php the_content(); ?>
 					<div class="clear">&nbsp;</div>
 					<div id="nav-below" class="navigation">

+ 27 - 0
style.css

@@ -813,6 +813,33 @@ body.page .edit-link {
 }
 
 
+/* Meta
+-------------------------------------------------------------- */
+
+.meta {
+	font-size: 11px;
+}
+.categories-fb {
+	text-align: right;
+}
+span.fb  {
+	width: 16px;
+	height: 16px;
+	margin-left: 5px;
+	padding: 3px 4px 2px 5px;
+	background-image: url(img/fb1.png) ;
+	background-position: 0 16px;
+	position: relative;
+	-webkit-transition: all ease 0.3s;
+	-moz-transition: all ease 0.3s;
+	-o-transition: all ease 0.3s;
+	-ms-transition: all ease 0.3s;
+	transition: all ease 0.3s;
+	}
+	span.fb:hover {
+		background-position: 0 0;
+	}
+
 /* =Asides
 -------------------------------------------------------------- */