|
From: <ama...@us...> - 2012-02-27 20:00:52
|
Revision: 16338
http://pcgen.svn.sourceforge.net/pcgen/?rev=16338&view=rev
Author: amaitland
Date: 2012-02-27 20:00:45 +0000 (Mon, 27 Feb 2012)
Log Message:
-----------
Fantasy_Character_Preview Sheet - Weapon Name doesn't scale
Issue#: OS-165
Modified Paths:
--------------
Trunk/pcgen/preview/d20/fantasy/Fantasy_Character_Sheet.html
Modified: Trunk/pcgen/preview/d20/fantasy/Fantasy_Character_Sheet.html
===================================================================
--- Trunk/pcgen/preview/d20/fantasy/Fantasy_Character_Sheet.html 2012-02-27 16:16:56 UTC (rev 16337)
+++ Trunk/pcgen/preview/d20/fantasy/Fantasy_Character_Sheet.html 2012-02-27 20:00:45 UTC (rev 16338)
@@ -57,7 +57,11 @@
}
.attackTables {
font-family: Arial;
+|IIF(WEAPON.NAME>10)|
+ font-size: 8px;
+|ELSE|
font-size: 14px;
+|ENDIF|
font-weight: bold;
}
.attackIterations {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|