Subversion Repositories pub

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 73

/wp-theme-cazuela-remixed/trunk/style.css
0,0 → 1,47
/*
Theme Name: Cazuela Remixed
Theme URI: http://outlyer.net/
Description: Modified version of Cazuela for use at outlyer.net
Author: Toni Corvera
Author URI: http://corvera.eu
Template: cazuela
Version: 1
*/
 
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../cazuela/style.css');
 
/* =Theme customization starts here
-------------------------------------------------------------- */
 
/* Layout: Content - Primary Sidebar */
.layout-cp .content-area {
float: left;
margin: 0 -30% 0 0;
width: 100%;
}
.layout-cp #content {
margin: 0 30% 0 0;
}
.layout-cp #secondary {
float: right;
width: 26%;
}
 
img.wp-smiley {
display: inline;
}
 
pre {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.3;
margin-bottom: 1.3em;
padding: 1.3em;
border: 1px solid #ddd;
}
 
#footer-credits {
font-size: 0.8em;
}