Online edit of 1623-290

This commit is contained in:
Expo on server 2023-03-09 09:39:10 +00:00
parent 288bb5f3f2
commit b15fc744e1

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- This file is generated by troggle on March 9, 2023, 9:25 a.m. UTC using the form documented at /handbook/survey/caveentry.html --> <!-- This file is generated by troggle on March 9, 2023, 9:39 a.m. UTC using the form documented at /handbook/survey/caveentry.html -->
<!-- Only put one cave in this file --> <!-- Only put one cave in this file -->
<!-- If you edit this 1623-nnn.html file by hand, make sure you update the database by doing a full data import --> <!-- If you edit this 1623-nnn.html file by hand, make sure you update the database by doing a full data import -->
<!-- ALTERNATIVELY you can download an example template from expoweb/templates/cave_data.html --> <!-- ALTERNATIVELY you can download an example template from expoweb/templates/cave_data.html -->
@ -8,7 +8,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head> </head>
<body> <body>
<b>This file is generated by troggle</b> on March 9, 2023, 9:25 a.m. UTC using the form documented at /handbook/survey/caveentry.html <b>This file is generated by troggle</b> on March 9, 2023, 9:39 a.m. UTC using the form documented at /handbook/survey/caveentry.html
<br> <br>
<cave> <cave>
@ -60,7 +60,13 @@ background-color: #eee;
font-size: 80%; font-size: 80%;
font-style: italic; font-style: italic;
} }
.centered { .photo_wrapper {
display:flex;
flex-direction: column;
justify-content: center;
}
.photo_wrapper > * {
margin: auto;
} }
</style> </style>