Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 8 Sep 2005 09:36:53 +0000 (09:36 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 8 Sep 2005 09:36:53 +0000 (09:36 +0000)
- fixed styleshett
- fixed mutt_progress_bar function
- removed typo

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@487 e385b8ad-14ed-0310-8656-cc95a2468c6d

curs_lib.c
doc/muttng.css

index 3e03810..9856b2d 100644 (file)
@@ -310,6 +310,7 @@ void mutt_curses_error (const char *fmt, ...)
   set_option (OPTMSGERR);
 }
 
+#ifdef USER_SOCKET
 void mutt_progress_bar (progress_t* progress, long pos) {
   char posstr[SHORT_STRING];
 
@@ -333,6 +334,7 @@ void mutt_progress_bar (progress_t* progress, long pos) {
     mutt_message ("%s %s/%s", progress->msg, posstr, progress->sizestr);
   }
 }
+#endif
 
 void mutt_curses_message (const char *fmt, ...)
 {
index 3bfd5d9..1e02b20 100644 (file)
@@ -3,10 +3,10 @@
   body {
     color: black;
     background: transparent;
-    text-align:justify;
+    text-align: justify;
   }
 
-  h1,h2,h3,h4,h5,p.abstract, {
+  h1,h2,h3,h4,h5,p.abstract {
     font-family: sans-serif;
   }