/*
 Theme Name:     tupeloq
 Theme URI:      http://example.com/tupeloq/
 Description:    Customizr Child Theme
 Author:         David Rossitter
 Author URI:     http://tupelopress.org
 Template:       customizr
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../customizr/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.featurette-divider {
  margin: 10px 0;
  clear: both;
  /* Space out the Bootstrap <hr> more */

}

.featurette-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

h1 {
  font-size: 38.5px;
}

/* DAR 2013.10.14 format-icons are pencil/pen/notepad icons from a dingbat font
  here we chose a null member of the font to suppress the icon */
article.page .format-icon:before {
  content:"";
  font-size: 3em;
  line-height: 0px;
  position: relative;
}

article.format-standard .format-icon:before {
  font-family: 'genericons';
  content: "";
  font-size: 1.5em;
  top: 12px;
  line-height: 25px;
}


<div class="span4 credits">
    	<?php tc__f( 'tip' , __FUNCTION__ , __CLASS__, __FILE__ ); ?>
	    	<?php
		    	$credits =  sprintf( '<p> &middot; &copy; %1$s <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a> &middot; </a>'
				);
				echo $credits;
			?>
		</div>

 .navbar.resp { display: block; }