From 5b04868a239c75efcee6da294e2d8b4d9940ddb2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 10 Aug 2006 16:00:31 +0000 Subject: smaller icons --- math/math.c | 4 ++-- math/math.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/math/math.c b/math/math.c index d3f5ebd..ba0309d 100644 --- a/math/math.c +++ b/math/math.c @@ -160,7 +160,7 @@ pr_opts(struct meta *mp) puts("

"); for (op = o; op->str != NULL; ++op) { if (*op->str != '\0') { - printf("\"%s\"\n", op->alt, "images", op->img); + printf("\"%s\"\n", op->alt, "images", op->img); printf("%s", sname, mp->id, op->trg, op->dsc); puts("
"); } @@ -198,7 +198,7 @@ pr_lang(char *lang) if (lp->lang == NULL) lp = language; - printf("\"%s\"\n", lp->name, lp->img); + printf("\"%s\"\n", lp->name, lp->img); return lp->name; } diff --git a/math/math.css b/math/math.css index ad6a82c..9eadd16 100644 --- a/math/math.css +++ b/math/math.css @@ -36,6 +36,10 @@ body { max-width: 200px; } +.lang, .mime { + max-height: 16px; +} + input { border: 1px solid #000000; } -- cgit v1.2.3