Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
2 files
+ 20
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 17
0
@@ -5,6 +5,23 @@
@@ -5,6 +5,23 @@
.caption {
.caption {
position: absolute;
position: absolute;
 
width: 100%;
opacity: 75%;
opacity: 75%;
 
padding: 4px 4px 4px 4px;
bottom: 0;
bottom: 0;
}
}
 
 
.caption:hover>figcaption {
 
height: 100%;
 
text-wrap: wrap;
 
}
 
 
.caption>figcaption {
 
display: block;
 
margin: 0 0 0 0!important;
 
padding-top: 3px;
 
position: relative;
 
width: 100%;
 
overflow: hidden;
 
text-wrap: wrap;
 
}
Loading