[Synopsis-changes] Synopsis/Synopsis/share/Synopsis dump.css,1.1,1.2
Stefan Seefeld stefan at synopsis.fresco.orgFri Nov 21 21:17:32 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters Dump.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/share/Synopsis
In directory frida:/tmp/cvs-serv26086/share/Synopsis
Modified Files:
dump.css
Log Message:
make Dump formatter a bit nicer
Index: dump.css
===================================================================
RCS file: /cvs/synopsis/Synopsis/share/Synopsis/dump.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- dump.css 16 Nov 2003 22:30:35 -0000 1.1
+++ dump.css 21 Nov 2003 21:17:30 -0000 1.2
@@ -4,23 +4,39 @@ declarations:before
content: "Declarations";
font-size: large;
}
+
declarations
{
display: block;
- margin: 1mm;
+ padding-left: 10mm;
}
declarations > *:before,
declarations > item *:before
{
- content: attr(class)" "attr(type)" "attr(name);
- color: red;
+ content: attr(type)" "attr(name);
+ font-weight: bold;
}
declarations > item:before { content:"";} /* empty */
+
+files:before
+{
+ display: block;
+ content: "Files";
+ font-size: large;
+}
+
+files > file
+{
+ display: block;
+ margin: 1mm;
+}
+
comments summary
{
visibility: hidden;
display: none;
}
+
comments text
{
visibility: visible;
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters Dump.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list