diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 20:02:49 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 20:02:49 +0100 |
| commit | bd0120cdb2e371e620999d749cba741287da3094 (patch) | |
| tree | 5ce74fd8657162dcd4e10d06146a2fd16c4241a4 /share/main.css | |
| parent | 694341406be9293ec4ed96707eabb1038702c8c7 (diff) | |
Make HTML document title configurable via -t/--title option
Diffstat (limited to 'share/main.css')
| -rw-r--r-- | share/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/main.css b/share/main.css new file mode 100644 index 0000000..5554843 --- /dev/null +++ b/share/main.css @@ -0,0 +1,11 @@ +div.image-container { + text-align: center; + font-size: 80%; + float: left; + width: /* $width */; + height: /* $height */; +} + +div.image-container a { + text-decoration: none; +} |
