summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--galerie.html8
-rw-r--r--stylesheets/galerie.css4
2 files changed, 6 insertions, 6 deletions
diff --git a/galerie.html b/galerie.html
index 9ed5bd1..19bbc96 100644
--- a/galerie.html
+++ b/galerie.html
@@ -6,28 +6,28 @@
target="_blank">
<img src="images/photos/PierreVaillant2.jpg">
</a>
- <p class="credits"><a href="">Pierre Vaillant</a></p>
+ <p class="credits"><span class="name">Pierre Vaillant</span></p>
</div>
<div class="photo">
<a href="images/photos/PierreVaillant1.jpg"
target="_blank">
<img src="images/photos/PierreVaillant1.jpg">
</a>
- <p class="credits"><a href="">Pierre Vaillant</a></p>
+ <p class="credits"><span class="name">Pierre Vaillant</span></p>
</div>
<div class="photo">
<a href="images/photos/CyrilGhestem1.jpg"
target="_blank">
<img src="images/photos/CyrilGhestem1.jpg">
</a>
- <p class="credits"><a href="">Cyril Ghestem</a></p>
+ <p class="credits"><span class="name">Cyril Ghestem</span></p>
</div>
<div class="photo">
<a href="images/photos/PierreVaillant3.jpg"
target="_blank">
<img src="images/photos/PierreVaillant3.jpg">
</a>
- <p class="credits"><a href="">Pierre Vaillant</a></p>
+ <p class="credits"><span class="name">Pierre Vaillant</span></p>
</div>
</div>
<h1>Vidéos</h1>
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index 1e127d3..a94cddb 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -60,10 +60,10 @@ main h1 {
--mosaic-side: 25em;
}
- .photo p.credits > a {
+ .photo p.credits > .name {
display: none;
}
- .photo p.credits:hover > a {
+ .photo p.credits:hover > .name {
display: initial;
}
}