Skip to content
Snippets Groups Projects

Make figcaption visible

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