-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS8886Style.xsl
39 lines (33 loc) · 959 Bytes
/
IRS8886Style.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
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS8886Style">
.styIRS8886TableContainer {
width:187mm;
overflow-y:auto;
clear:both;
float:none;
}
.styIRS8886TableContainer2 {
width:187mm;
height:8mm;
overflow-y:auto;
clear:both;
float:none;
}
.styIRS8886LNLeftNumBox {
width:6mm;
font-weight:bold;
float:left;
text-align:left;
clear:left;
}
.styIRS8886TblRB {
border-bottom:1 solid black;
border-right:1 solid black;
}
.styIRS8886ChxBoxDiv {
float:left;
margin-right:3mm;
}
</xsl:template>
</xsl:stylesheet>