mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Move css to separate file.
This commit is contained in:
parent
904d49df22
commit
b05c64ce5b
2 changed files with 6 additions and 7 deletions
|
@ -14,13 +14,7 @@
|
|||
<xsl:apply-templates select="//ListingEntry" />
|
||||
</main>
|
||||
|
||||
<style>
|
||||
html, body { font-size: 100%; }
|
||||
body
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/!Theme.css" />
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
5
GalleryShare/Embed/Theme.css
Normal file
5
GalleryShare/Embed/Theme.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
html, body { font-size: 100%; }
|
||||
body
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
Loading…
Reference in a new issue