|
From: <mcu...@us...> - 2010-03-24 06:25:48
|
Revision: 1436
http://orm.svn.sourceforge.net/orm/?rev=1436&view=rev
Author: mcurland
Date: 2010-03-24 06:25:42 +0000 (Wed, 24 Mar 2010)
Log Message:
-----------
Updated style information in report verbalization snippets to correspond to various changes in the primary snippets. Corresponds to verbalization changes [1014] [1175] [1369] [1435] refs #315
Modified Paths:
--------------
trunk/ORMModel/ObjectModel/VerbalizationReportGenerator.cs
trunk/ORMModel/ObjectModel/VerbalizationReportSnippets/VerbalizationReportSnippets.xml
Modified: trunk/ORMModel/ObjectModel/VerbalizationReportGenerator.cs
===================================================================
--- trunk/ORMModel/ObjectModel/VerbalizationReportGenerator.cs 2010-03-24 04:09:20 UTC (rev 1435)
+++ trunk/ORMModel/ObjectModel/VerbalizationReportGenerator.cs 2010-03-24 06:25:42 UTC (rev 1436)
@@ -394,10 +394,15 @@
.smallIndent { left: 8px; position: relative;}
.listSeparator { color: windowtext; font-weight: 200;}
.logicalOperator { color: MediumBlue; font-weight: bold;}
- .note { color: DarkGray; font-style: italic; font-weight: normal; }
+ .note { color: Black; font-style: italic; font-weight: normal; }
+ .definition { color: Black; font-style: italic; font-weight: normal; }
.notAvailable { font-style: italic; }
.instance { color: Brown; font-weight: normal; }
-
+
+ table.hidden, tr.hidden, td.hidden {{ margin: 0em; padding: 0em; border-collapse: collapse;}}
+ td.hidden {{ vertical-align: top; }}
+ table.hidden {{ display:inline; }}
+
div.disclaimer
{
font-weight:bold;
Modified: trunk/ORMModel/ObjectModel/VerbalizationReportSnippets/VerbalizationReportSnippets.xml
===================================================================
--- trunk/ORMModel/ObjectModel/VerbalizationReportSnippets/VerbalizationReportSnippets.xml 2010-03-24 04:09:20 UTC (rev 1435)
+++ trunk/ORMModel/ObjectModel/VerbalizationReportSnippets/VerbalizationReportSnippets.xml 2010-03-24 06:25:42 UTC (rev 1436)
@@ -247,10 +247,15 @@
.smallIndent { left: 8px; position: relative;}
.listSeparator { color: windowtext; font-weight: 200;}
.logicalOperator { color: MediumBlue; font-weight: bold;}
- .note { color: DarkGray; font-style: italic; font-weight: normal; }
+ .note { color: Black; font-style: italic; font-weight: normal; }
+ .definition { color: Black; font-style: italic; font-weight: normal; }
.notAvailable { font-style: italic; }
.instance { color: Brown; font-weight: normal; }
-
+
+ table.hidden, tr.hidden, td.hidden {{ margin: 0em; padding: 0em; border-collapse: collapse;}}
+ td.hidden {{ vertical-align: top; }}
+ table.hidden {{ display:inline; }}
+
div.disclaimer
{
font-weight:bold;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|