Minor changes

This commit is contained in:
2019-01-15 07:04:22 +01:00
parent c1fb81ddaa
commit 19db9130ee
2 changed files with 7 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ livre-d-or.php:39:
} }
} }
add_action( 'wp_enqueue_scripts', 'register_photoSwipe' ); //add_action( 'wp_enqueue_scripts', 'register_photoSwipe' );
function getRandomFile($start_dir) { function getRandomFile($start_dir) {

View File

@@ -164,8 +164,12 @@ input.search-field {
border: 1px solid #ccc; border: 1px solid #ccc;
} }
. titrePhoto { .titrePhoto {
} font-size: 36px;
font-weight: 200;
line-height: 1.2em;
font-variant: small-caps;
}
.legendePhoto { .legendePhoto {
} }