diff options
Diffstat (limited to 'share/css/main.css')
-rw-r--r-- | share/css/main.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/css/main.css b/share/css/main.css new file mode 100644 index 0000000..ad451ad --- /dev/null +++ b/share/css/main.css @@ -0,0 +1,16 @@ +div.image-container { + text-align: center; + font-size: 80%; + float: left; + width: /* $boxwidth */; + height: /* $boxheight */; +} + +div.image-container a { + text-decoration: none; +} + +div.image-container img { + max-width: /* $imgwidth */; + max-height: /* $imgheight */; +} |