[xiph-commits] r11065 - in icecast/branches/kh/icecast: admin web

karl at svn.xiph.org karl at svn.xiph.org
Mon Mar 27 19:10:35 PST 2006


Author: karl
Date: 2006-03-27 19:10:31 -0800 (Mon, 27 Mar 2006)
New Revision: 11065

Modified:
   icecast/branches/kh/icecast/admin/Makefile.am
   icecast/branches/kh/icecast/web/Makefile.am
   icecast/branches/kh/icecast/web/style.css
Log:
missed a few updates.


Modified: icecast/branches/kh/icecast/admin/Makefile.am
===================================================================
--- icecast/branches/kh/icecast/admin/Makefile.am	2006-03-27 03:23:58 UTC (rev 11064)
+++ icecast/branches/kh/icecast/admin/Makefile.am	2006-03-28 03:10:31 UTC (rev 11065)
@@ -4,5 +4,6 @@
 
 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
 

Modified: icecast/branches/kh/icecast/web/Makefile.am
===================================================================
--- icecast/branches/kh/icecast/web/Makefile.am	2006-03-27 03:23:58 UTC (rev 11064)
+++ icecast/branches/kh/icecast/web/Makefile.am	2006-03-28 03:10:31 UTC (rev 11065)
@@ -11,4 +11,6 @@
                 server_version.xsl \
                 server_uptime.xsl \
                 uptime_xml.xsl \
+                navbar.html \
+                adminbar.html \
                 favicon.ico

Modified: icecast/branches/kh/icecast/web/style.css
===================================================================
--- icecast/branches/kh/icecast/web/style.css	2006-03-27 03:23:58 UTC (rev 11064)
+++ icecast/branches/kh/icecast/web/style.css	2006-03-28 03:10:31 UTC (rev 11065)
@@ -233,7 +233,7 @@
 .logs table {
     background-color: #656565;
     color: #fff;
-    font-size: 60%;
+    font-size: 90%;
 }
 
 .banner td {



More information about the commits mailing list