Browse Source

Images with rounded corners

master
parent
commit
12e5046b62
  1. 3
      style.css

3
style.css

@ -442,6 +442,7 @@ a:active {
float: right; float: right;
margin-left: 0.5em; margin-left: 0.5em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
border-radius: 6px;
} }
.wikipedia > h4 { .wikipedia > h4 {
margin-top: 0.5em; margin-top: 0.5em;
@ -467,11 +468,13 @@ a:active {
.leaflet-popup-content .images { .leaflet-popup-content .images {
max-height: 12.5em; max-height: 12.5em;
text-align: center; text-align: center;
border-radius: 6px;
margin: 0 0.5em 0.25em 0.5em; margin: 0 0.5em 0.25em 0.5em;
} }
.leaflet-popup-content .images img { .leaflet-popup-content .images img {
max-width: 100%; max-width: 100%;
max-height: 12.5em; max-height: 12.5em;
border-radius: 6px;
} }
#contentDetails .images { #contentDetails .images {

Loading…
Cancel
Save