* Removed all references to "font-family" style. We will now go with
authorArt Cancro <ajc@citadel.org>
Sun, 29 Jan 2006 18:09:49 +0000 (18:09 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 29 Jan 2006 18:09:49 +0000 (18:09 +0000)
   whatever font the user has chosen as his favorite.

webcit/ChangeLog
webcit/crypto.c
webcit/roomops.c
webcit/static/webcit.css

index ab0a39b0c9bd9f7279165d3a83ce1c50c754eac8..ee2855d39b18aa2e5fea86428da35212696be781 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Sun Jan 29 13:08:59 EST 2006 ajc
+ * Removed all references to "font-family" style.  We will now go with
+   whatever font the user has chosen as his favorite.
+
 Sun Jan 29 14:31:35 CET 2006 dothebart
 * Doxygen groups. Sorted the files into groups. so now we have a nice structure 
   in the module index, which should ease the navigation to a particular part.
index 50de23b9a6cf9abbe5bc282d8cf09ac5a81a6336..ae3e417c8c65d0946b39e1823e030090e7f0c09d 100644 (file)
@@ -316,7 +316,7 @@ void init_ssl(void)
 /**
  * \brief starts SSL/TLS encryption for the current session.
  * \param sock the socket connection
- * \return foo????
+ * \return Zero if the SSL/TLS handshake succeeded, non-zero otherwise.
  */
 int starttls(int sock) {
        int retval, bits, alg_bits;
index 2a2017f1bd2aef6b83cb1868a50d67006bb833af..e48dfcccef5ae621c0b90485c5dd486c8b7accd8 100644 (file)
@@ -318,8 +318,7 @@ void embed_view_o_matic(void) {
        wprintf(_("View as:"));
        wprintf(" "
                "<SELECT NAME=\"newview\" SIZE=\"1\" "
-               "STYLE=\"font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;"
-               " font-size: 7pt; background: #444455; color: #ddddcc;\" "
+               "STYLE=\"font-size: 7pt; background: #444455; color: #ddddcc;\" "
                "OnChange=\"location.href=viewomatic.newview.options"
                "[selectedIndex].value\">\n");
 
index 184b79cf21950b5d1322e4c5b225f609707cef5f..1fc63da2b05054f1dd261e926be77c08a7db4c80 100644 (file)
@@ -11,7 +11,6 @@ body {
        overflow: auto;
        background-image: url(/static/body-background.gif);
        color: #000000;
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 10pt;
 }
@@ -497,7 +496,6 @@ td li.frameset, .elements li.frameset {
        padding:2px;
        cursor:default;
        
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
        color: #000000;
 }
@@ -507,7 +505,6 @@ td li.frameset, .elements li.frameset {
        background-color: #FFFFFF;;
        color: #000000;
        
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
 }
 .editednodeinput {
@@ -521,7 +518,6 @@ td li.frameset, .elements li.frameset {
        border-width: 1px;
        border-color: #000000;
        
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
 }
 .treetitleselectedfocused {
@@ -530,7 +526,6 @@ td li.frameset, .elements li.frameset {
        background-color: highlight;
        color: highlighttext;
        
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
 }
 .treetitleselectedblured {
@@ -538,7 +533,6 @@ td li.frameset, .elements li.frameset {
        cursor:default;
        background-color: menu;
        color: windowtext;
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
 }