Skip to content

Commit f26344b

Browse files
committed
formula key rendering: #303
1 parent c3b1aa5 commit f26344b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

lib/isodoc/iso/html/isodoc.scss

+4
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,10 @@ table.figdl
598598
margin-right: 0cm;
599599
}
600600

601+
table.formula_dl {
602+
margin-left:20.15pt;
603+
}
604+
601605
table.MsoISOTable
602606
{mso-style-name:"Table ISO";
603607
mso-tstyle-rowband-size:0;

lib/isodoc/iso/html/style-human.scss

+7
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,13 @@ margin-right: 20%;
820820
font-size: 0.9em;
821821
}
822822

823+
dl.formula_dl {
824+
background-color: #f7f7f7;
825+
margin-left: 20%;
826+
margin-right: 20%;
827+
font-size: 0.9em;
828+
}
829+
823830
/*
824831
Keywords
825832
*/

lib/isodoc/iso/html/style-iso.scss

+6
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,12 @@ margin-left: 20%;
906906
margin-right: 20%;
907907
}
908908

909+
dl.formula_dl {
910+
background-color: #f7f7f7;
911+
margin-left: 20%;
912+
margin-right: 20%;
913+
}
914+
909915
/*
910916
Keywords
911917
*/

0 commit comments

Comments
 (0)