It could be useful to haave non-generic names for
classes and ids in phpix, as the gallery can me merged
into a webpage.
I am thinkiing of using things like
div.phpix_content {
background-color: white;
/* align: center; */
margin-left: auto;
margin-right: auto;
}
instead of
div.content {
background-color: white;
/* align: center; */
margin-left: auto;
margin-right: auto;
}
because I could have been using a class "content" into
my own CSS files.