<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* gallery.css CSS stylesheet for gallery.php */

div.gal
{
  margin: 10px 0;
  border-radius: 10px;
  padding: 10px;
}

div.gal img
{
  display:block;
  width: 100%;
  margin: 0;
}</pre></body></html>