- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Sep 2011 09:18:50 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv22081/css
Modified Files:
respec.css
Log Message:
change CSS to match Anssi's JS change
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- respec.css 29 Aug 2011 17:31:30 -0000 1.41
+++ respec.css 13 Sep 2011 09:18:47 -0000 1.42
@@ -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;
}
Received on Tuesday, 13 September 2011 09:18:51 UTC