Skip to content

Commit

Permalink
Minor changes prior to final push
Browse files Browse the repository at this point in the history
Still not ready for public use. Layout improvements, compatibility pass
and finalizing functionality about to come.
somerandomdude committed Oct 8, 2011
1 parent e0d19bf commit 781234d
Showing 8 changed files with 282 additions and 537 deletions.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->

<?php if(false) : ?>
<?php if(true) : ?>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/stylesheets/css/reset.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/stylesheets/css/grid.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/stylesheets/css/global.css" type="text/css" media="all" />
Binary file modified images/sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
803 changes: 273 additions & 530 deletions style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylesheets/css/custom.css
2 changes: 1 addition & 1 deletion stylesheets/css/global.css
2 changes: 1 addition & 1 deletion stylesheets/less/custom.less
Original file line number Diff line number Diff line change
@@ -297,7 +297,7 @@
/*footer hcard*/
#text-8 {
padding-left: (@column-width*3) + (@gutter-width*3);
margin-top:@row-height;
margin-top:0;
.org, .email, .adr, .tags {
display:none;
}
6 changes: 4 additions & 2 deletions stylesheets/less/global.less
Original file line number Diff line number Diff line change
@@ -290,8 +290,10 @@
}
}

#content.page article img {
.drop-shadow(0,0,0);
#content.page article section img {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}


2 changes: 1 addition & 1 deletion templates/franklin_street_loop.php
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@

<div class='span-12 last clear content halfandhalf'>
<div class='nav content-header'>
<span class='label'>Recent Posts</span>
<span class='label'>Latest Posts</span>
<span class='caption'><?php print($caption) ?></span> <span class='more'><?php next_posts_link('View more&hellip;'); ?></span>

</div>

0 comments on commit 781234d

Please sign in to comment.