2009/dap/file-system/pub/FileWriter/Overview_files respec.css,1.3,1.4

Update of /sources/public/2009/dap/file-system/pub/FileWriter/Overview_files
In directory hutz:/tmp/cvs-serv13916/pub/FileWriter/Overview_files

Modified Files:
	respec.css 
Log Message:
Fix CSS.


Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/file-system/pub/FileWriter/Overview_files/respec.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- respec.css	15 Apr 2011 21:18:54 -0000	1.3
+++ respec.css	16 Apr 2012 19:48:40 -0000	1.4
@@ -31,7 +31,7 @@
 
 a.externalDFN {
     color:  inherit;
-    border-bottom:  medium dotted #ccc;
+    border-bottom:  1px dotted #ccc;
     text-decoration:    none;
 }
 
@@ -73,7 +73,7 @@
 /*.idlModule*/
 /*.idlModuleID*/
 /*.idlInterface*/
-.idlInterfaceID {
+.idlInterfaceID, .idlDictionaryID {
     font-weight:    bold;
     color:  #005a9c;
 }
@@ -84,13 +84,13 @@
 }
 
 /*.idlAttribute*/
-.idlAttrType, .idlFieldType {
+.idlAttrType, .idlFieldType, .idlMemberType {
     color:  #005a9c;
 }
-.idlAttrName, .idlFieldName {
+.idlAttrName, .idlFieldName, .idlMemberName {
     color:  #ff4500;
 }
-.idlAttrName a, .idlFieldName a {
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
     color:  #ff4500;
     border-bottom:  1px dotted #ff4500;
     text-decoration: none;
@@ -168,25 +168,25 @@
     font-weight:    bold;
 }
 
-dl.attributes, dl.methods, dl.constants, dl.fields {
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
     margin-left:    2em;
 }
 
-.attributes dt, .methods dt, .constants dt, .fields dt {
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
     font-weight:    normal;
 }
 
-.attributes dt code, .methods dt code, .constants dt code, .fields dt code {
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
     font-weight:    bold;
     color:  #000;
     font-family:    monospace;
 }
 
-.attributes dt code, .fields dt code {
+.attributes dt code, .fields dt code, .dictionary-members dt code {
     background:  #ffffd2;
 }
 
-.attributes dt .idlAttrType code, .fields dt .idlFieldType code {
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
     color:  #005a9c;
     background:  transparent;
     font-family:    inherit;
@@ -202,7 +202,7 @@
     background:  #ddffd2;
 }
 
-.attributes dd, .methods dd, .constants dd, .fields dd {
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
     margin-bottom:  1em;
 }
 
@@ -392,6 +392,7 @@
         top: -2em;
         padding: 0;
         margin: 1.5em 0.5em -1em 1em;
+    }
 }
 
 /* --- SYNTAX HIGHLIGHTING --- */

Received on Monday, 16 April 2012 19:48:45 UTC