- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 11:15:11 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv7477/css
Modified Files:
respec.css
Log Message:
fixing the handling of exception fields
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- respec.css 16 Dec 2009 17:14:11 -0000 1.31
+++ respec.css 13 Apr 2010 11:15:09 -0000 1.32
@@ -84,13 +84,13 @@
}
/*.idlAttribute*/
-.idlAttrType {
+.idlAttrType, .idlFieldType {
color: #005a9c;
}
-.idlAttrName {
+.idlAttrName, .idlFieldName {
color: #ff4500;
}
-.idlAttrName a {
+.idlAttrName a, .idlFieldName 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.attributes, dl.methods, dl.constants, dl.fields {
margin-left: 2em;
}
-.attributes dt, .methods dt, .constants dt {
+.attributes dt, .methods dt, .constants dt, .fields dt {
font-weight: normal;
}
-.attributes dt code, .methods dt code, .constants dt code {
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code {
font-weight: bold;
color: #000;
font-family: monospace;
}
-.attributes dt code {
+.attributes dt code, .fields dt code {
background: #ffffd2;
}
-.attributes dt .idlAttrType code {
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code {
color: #005a9c;
background: transparent;
font-family: inherit;
@@ -202,7 +202,7 @@
background: #ddffd2;
}
-.attributes dd, .methods dd, .constants dd {
+.attributes dd, .methods dd, .constants dd, .fields dd {
margin-bottom: 1em;
}
Received on Tuesday, 13 April 2010 11:15:12 UTC