-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS8865SchedulePStyle.xsl
44 lines (37 loc) · 1.08 KB
/
IRS8865SchedulePStyle.xsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS8865SchedulePStyle">
.styIRS8865SchedulePTblRB {
border-bottom:1 solid black;
border-right:1 solid black;
}
.styIRS8865SchedulePTable {
display:table-header-group;
text-align:left;
font-size:7pt;
width:100%;
}
.styIRS8865SchedulePTblCell {
border-bottom:1 solid black;
height:8mm;
}
.styIRS8865SchedulePTableContainer { /* Scrollable Table Container */
width:187mm;
overflow-y:auto;
clear:both;
border-bottom: 1 solid black;
}
.styIRS8865SchedulePBB {
width:187mm;
height:8mm;
clear:both;
border-bottom:1 solid black
}
.styIRS8865SchedulePBB1 {
width:100%;
border-bottom:1 solid black;
height:8mm;
padding-top:1mm;
}
</xsl:template>
</xsl:stylesheet>