From 197ae0f9ae71c2c313a56f7ce8807411f8a2562a Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Fri, 10 Jul 2020 22:48:12 +0300 Subject: httpd_indexcgi.c: minimize style CSS Remove new lines \n and some semicolons ;. This minimize page style size from 655 to 604 Signed-off-by: Sergey Ponomarev Signed-off-by: Denys Vlasenko --- networking/httpd_indexcgi.c | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'networking') diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index 562cd7fbe..f5f18959d 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c @@ -52,43 +52,43 @@ httpd_indexcgi.c -o index.cgi * to elements. Edit stylesheet to your liking and recompile. */ #define STYLE_STR \ -"" "\n"\ +"" \ typedef struct dir_list_t { char *dl_name; -- cgit v1.2.3