Skip to content

Commit

Permalink
Use smaller font size for image titles (again) GH-47
Browse files Browse the repository at this point in the history
Since Bootstrap 4 use larger base font size than Bootstrap 3, this should be OK
  • Loading branch information
roman-yagodin committed Feb 19, 2020
1 parent 9fb1563 commit df1d6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R7.MiniGallery/css/style-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
}

.r7-mg-columns .r7-mg-title {
font-size:80%
}
1 change: 1 addition & 0 deletions R7.MiniGallery/css/style-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
position:absolute;
bottom:0;
z-index:10;
font-size:80%;
color:#fff;
background-color:#0007;
text-align:left;
Expand Down

0 comments on commit df1d6e0

Please sign in to comment.