Skip to content

Commit

Permalink
Update image title style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Dec 4, 2014
1 parent 5567323 commit a842cfd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,12 @@ body.search-open {
.content-formatted .edy-positionable-container-right {
margin-left: 20px;
}
.content-formatted .edy-image-container-title-inner {
padding: 4px 6px 2px;
.content-formatted .edy-image-container-with-title:after {
display: block;
padding: 4px;
font-size: 16px;
line-height: 1.3em;
content: attr(data-title);
}
.content-formatted .overthrow {
overflow: auto;
Expand Down
Loading

0 comments on commit a842cfd

Please sign in to comment.