initial commit

This commit is contained in:
Quentin W 2024-07-18 14:09:32 -04:00
commit 5b839e0543
174 changed files with 12261 additions and 0 deletions

17
werc/apps/xibit/xibit.css Normal file
View file

@ -0,0 +1,17 @@
.thumbs-index {
float: right;
clear: none;
white-space: nowrap;
}
.thumb {
clear: none;
width: auto;
height: auto;
padding: 5px;
border: 2px;
display: inline;
}
#main-img {
text-align: center;
clear: none;
}