From e525a98e6596effaf8f3d915df2400804f09ee21 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Tue, 28 Mar 2006 03:10:31 +0000 Subject: [PATCH] missed a few updates. svn path=/icecast/branches/kh/icecast/; revision=11065 --- admin/Makefile.am | 1 + web/Makefile.am | 2 ++ web/style.css | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/Makefile.am b/admin/Makefile.am index 5c6db906..19be6633 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -4,5 +4,6 @@ AUTOMAKE_OPTIONS = foreign admindir = $(pkgdatadir)/admin dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \ + logs.xsl showlog.xsl \ stats.xsl manageauth.xsl updatemetadata.xsl managerelays.xsl diff --git a/web/Makefile.am b/web/Makefile.am index d9f72c5c..57dc0555 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -11,4 +11,6 @@ dist_web_DATA = status.xsl \ server_version.xsl \ server_uptime.xsl \ uptime_xml.xsl \ + navbar.html \ + adminbar.html \ favicon.ico diff --git a/web/style.css b/web/style.css index 42957c54..61f92a3d 100644 --- a/web/style.css +++ b/web/style.css @@ -233,7 +233,7 @@ td { .logs table { background-color: #656565; color: #fff; - font-size: 60%; + font-size: 90%; } .banner td {