diff --git a/GalleryShare/Embed/DirectoryListing.xslt b/GalleryShare/Embed/DirectoryListing.xslt index 832e57a..ac1386a 100644 --- a/GalleryShare/Embed/DirectoryListing.xslt +++ b/GalleryShare/Embed/DirectoryListing.xslt @@ -14,13 +14,7 @@ - + diff --git a/GalleryShare/Embed/Theme.css b/GalleryShare/Embed/Theme.css new file mode 100644 index 0000000..60dea4e --- /dev/null +++ b/GalleryShare/Embed/Theme.css @@ -0,0 +1,5 @@ +html, body { font-size: 100%; } +body +{ + font-family: sans-serif; +}