Skip to content

Commit

Permalink
p3 style
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hendrickson committed Sep 25, 2009
1 parent 388031b commit be4ff5f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/p2/header.php
Expand Up @@ -186,7 +186,7 @@ function inline_shorturl() {
<?php endif; ?>
</ul>

</div><br /><br />
</div>
</div>


Expand Down
4 changes: 2 additions & 2 deletions wp-content/themes/p2/index.php
Expand Up @@ -115,6 +115,7 @@ function test(data) {
global $the_post;
?>

<hr />


<?php if (!isset($request->params['byid'])) : ?>
Expand All @@ -133,7 +134,7 @@ function test(data) {
<span>
<?php the_content( __( '(More ...)' ) ); ?>
</span>
<span>
<span class="tweet_info">
<a href="<?php echo $the_post->url; ?>">
<span><?php echo laconica_time($the_post->created); ?></span>
</a>
Expand All @@ -151,7 +152,6 @@ function test(data) {



<hr />

<?php
} // while have_posts
Expand Down
20 changes: 17 additions & 3 deletions wp-content/themes/p2/style.css
Expand Up @@ -110,6 +110,13 @@ color:#3478e3;
margin: 0 auto;
}
#header-round {
display:inline-block;
float:right;
margin-top:65px;
border: 0;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#footer {
clear: both;
Expand Down Expand Up @@ -1205,11 +1212,18 @@ img.photo {
.tweet_avatar img{
float:left;
position:relative;
margin-right:5px;
margin-bottom:5px;
margin:8px;
margin-top:5px;
}
.tweet_content span p {
margin:0;
padding:0;
display:inline;
}
}
.tweet_info {
font-size:.9em;
display:block;
}
.tweet_info span,.tweet_info a {
color:#aaa;
}

0 comments on commit be4ff5f

Please sign in to comment.