* Minor additional tweaks to CSS
[BackupPC.git] / conf / config.pl
index 8c58140..85d385e 100644 (file)
@@ -241,7 +241,7 @@ $Conf{BackupPCUserVerify} = 1;
 #
 # Maximum number of hardlinks supported by the $TopDir file system
 # that BackupPC uses.  Most linux or unix file systems should support
-# at least 32000 hardlinks per file, or 64K in other cases.  If a pool
+# at least 32000 hardlinks per file, or 64000 in other cases.  If a pool
 # file already has this number of hardlinks, a new pool file is created
 # so that new hardlinks can be accommodated.  This limit will only
 # be hit if an identical file appears at least this number of times
@@ -1497,29 +1497,31 @@ h2 {
     font-size:1em;
     color:#000000
 }
-        
+
 p {
     font-family:arial,sans-serif;
-    font-size:.8em
+    font-size:.9em
 }
-        
+
 a {
     font-family:arial,sans-serif;
     font-size:1em;
     color:#3333ff
 }
-        
+
+li {
+    font-size:.9em;
+}
+
 a:hover {
     color:#cc0000;
     text-decoration:none
 }
-        
+
 a.NavCurrent {
     font-weight:bold;
-    padding-left:5px;
-    padding-right:5px;
 }
-        
+
 a.navbar {
     padding-left:5px;
     padding-right:5px;
@@ -1534,7 +1536,7 @@ a.navbar {
     padding:3px;
     padding-left:10px
 }
-        
+
 .h2 {
     font-family:arial,sans-serif;
     font-size:1em;
@@ -1544,99 +1546,87 @@ a.navbar {
     padding:3px;
     padding-left:10px
 }
-    
+
 .border {
     border-bottom:1px solid #000000;
-    border-left:1px dotted #666666
+    border-left:1px dotted #666666;
+    font-size:.9em;
 }
 
 .tableheader {
+    font-size:.8em;
     font-weight:bold;
     background-color:#cccccc
 }
-    
+
 .fviewheader {
     font-weight:bold;
+    font-size:.8em;
     color:#ffffff;
     background-color:#999999
 }
-    
+
 .fviewborder {
     border-bottom:1px solid #000000;
     border-left:1px dotted #666666;
-    background-color:#dddddd
+    background-color:#dddddd;
+    font-size:.9em;
 }
-    
+
 .fviewon {
-    background-color:#cccccc
+    background-color:#cccccc;
 }
 
 .fviewoff {
-    background-color:#ffffff
+    background-color:#ffffff;
 }
 
 .fview {
-    font-size:13px;
+    font-size:.8em;
     font-family:arial,sans-serif;
     text-decoration:none;
     line-height:15px
 }
 
 .fviewbold {
-    font-size:13px;
+    font-size:.9em;
     font-family:arial,sans-serif;
     text-decoration:none;
     line-height:15px;
-    font-weight:bold
+    font-weight:bold;
 }
 
 .histView {
     border-bottom:1px solid #000000;
     border-left:2px solid #ffffff;
-    background-color:#dddddd
+    background-color:#dddddd;
+    font-size:.9em;
 }
-    
+
 .histViewMis {
     border-bottom:1px solid #000000;
     background-color:#ffdddd
 }
-    
+
 div.NavMenu {
     width:18%;
     margin:0px;
     background-color:#ddeeee;
 }
-             
+
 div.NavMenu a {
     font-size:.8em;
     display:block;
     margin-left:8px;
-    padding:3px;
+    padding:2px;
 }
-             
+
 div.NavTitle {
     padding-left:10px;
     background-color:#99cc33;
     font-family:arial,sans-serif;
     color:#000000;
-    font-weight:bold
-}
-             
-div.HostOn {
-    width:18%;
-    background-color:#ddeeee;
-    padding:3px;
-    padding-left:10px;
-}
-
-div.HostOnContent {
-    background-color:#ddeeee;
-    padding:5px;
-}
-
-div.HostOnContent a {
-    font-size:.8em;
-    display:block;
+    font-weight:bold;
 }
 
 #Content {