File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ AUTHOR_EMAIL=???
21
21
SOURCES = $(DOCNAME ) .tex role_diagram.pdf \
22
22
VOTable.attr.tex VOTable.elem.tex \
23
23
VOTable.xsd stc_example1.vot stc_example2.vot timesys_example.vot \
24
- binary.pdf binary2.pdf
24
+ binary.pdf binary2.pdf \
25
+ tablefix.css
25
26
26
27
# List of image files to be included in submitted package (anything that
27
28
# can be rendered directly by common web browsers)
Original file line number Diff line number Diff line change 1
1
\documentclass [11pt,a4paper ]{ivoa }
2
2
\input tthdefs
3
3
4
+ \customcss {tablefix.css}
4
5
\usepackage {verbatim }
5
6
6
7
\let\A =\href
@@ -2576,7 +2577,7 @@ \subsection{FIELDs as Data Pointers}
2576
2577
<FIELD name="Spectrum" ucd="meta.ref.url" datatype="float" arraysize="*"
2577
2578
unit="mW/m2/nm" type="location">
2578
2579
<DESCRIPTION>Spectrum absolutely calibrated</DESCRIPTION>
2579
- <LINK content-role="location"
2580
+ <LINK content-role="location"
2580
2581
href="http://ivoa.spectr/server?obsno="/>
2581
2582
</FIELD>
2582
2583
<DATA><TABLEDATA>
Original file line number Diff line number Diff line change
1
+ table .tabular > * > tr > td , table .tabular > tr > td {
2
+ border-top : none !important ;
3
+ border-bottom : none !important ;
4
+ }
You can’t perform that action at this time.
0 commit comments