Changeset 3377
- Timestamp:
- 03/09/15 18:00:55 (9 years ago)
- Location:
- themes/papierpeint
- Files:
-
- 4 added
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/papierpeint/_define.php
r3296 r3377 18 18 /* Description*/ "Papier Peint, from 30's, 50's and 70's", 19 19 /* Author */ "Steven Tlucek, Pierre Van Glabeke", 20 /* Version */ '1. 3',20 /* Version */ '1.4', 21 21 array( 22 22 'type' => 'theme' -
themes/papierpeint/_public.php
r3296 r3377 24 24 } 25 25 26 $url = $core->blog->settings-> themes_url.'/'.$core->blog->settings->theme;27 echo '<link rel="stylesheet" type="text/css" media="screen" href="'.$url."/ ".$style.".css\" />\n";26 $url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme; 27 echo '<link rel="stylesheet" type="text/css" media="screen" href="'.$url."/css/".$style.".css\" />\n"; 28 28 } -
themes/papierpeint/changelog
r3296 r3377 1 v1.4 (09/03/2015) - Pierre Van Glabeke : 2 * modif configurateur 3 * modifs css et regroupement des styles 4 1 5 v1.3 (05/03/2014) - Pierre Van Glabeke : 2 6 * modif configurateur -
themes/papierpeint/style.css
r3296 r3377 244 244 margin: 1em 0; 245 245 } 246 .post-excerpt p img, .post-content pimg {246 .post-excerpt img, .post-content img { 247 247 max-width:100%; 248 248 } 249 .post embed, .post iframe {max-width:100%;} 249 250 p.post-info { 250 251 font-style : italic; … … 311 312 background: transparent url(img/tag.png) no-repeat 0 0.25em; 312 313 } 314 .post-excerpt, .post-content, .read-it, #comments, #pings {clear:both;} 313 315 314 316 #attachments ul {margin:0;padding:0 0 0 10px;} … … 348 350 349 351 350 .dc-category #content-info pimg {352 .dc-category #content-info img { 351 353 max-width:100%; 352 354 }
Note: See TracChangeset
for help on using the changeset viewer.