File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 125125 }
126126 }
127127
128- if ( typeof window != "undefine " ) {
128+ if ( typeof window != "undefined " ) {
129129 window . require = name => {
130130 if ( name != "crow-tech" ) throw new Error ( "Crow nests can only require \"crow-tech\"" )
131131 return exports
Original file line number Diff line number Diff line change 77
88 < style >
99 th { text-align : left; font-weight : normal; }
10- table { border-spacing : 0 ; border-ckkollapse : collapse; margin-top : 1.5em ; font-size : 90% }
10+ table { border-spacing : 0 ; border-collapse : collapse; margin-top : 1.5em ; font-size : 90% }
1111 td .amount { text-align : right; border : 1px solid silver; border-width : 0 1px ; min-width : 4.5em }
1212 th , td { vertical-align : top; padding : .5em 1em ; }
1313 td .comment { font-size : 90% ; color : # 666 ; }
Original file line number Diff line number Diff line change 77
88 < style >
99 th { text-align : left; font-weight : normal; }
10- table { border-spacing : 0 ; border-ckkollapse : collapse; margin-top : 1.5em ; font-size : 90% }
10+ table { border-spacing : 0 ; border-collapse : collapse; margin-top : 1.5em ; font-size : 90% }
1111 td .amount { text-align : right; border-left : 1px solid silver; min-width : 4.5em }
1212 th , td { vertical-align : top; padding : .5em 1em ; }
1313 td .comment { font-size : 90% ; color : # 666 ; }
You can’t perform that action at this time.
0 commit comments