Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| cavelengths [2019/05/08 11:05] – Use correct terminology tarquinwj | cavelengths [2019/05/08 11:35] (current) – Non-standard CSS needs to be detected tarquinwj | ||
|---|---|---|---|
| Line 73: | Line 73: | ||
| </ | </ | ||
| - | When using this example, cavelist.css can include styles to format the headings, avoid wasting space, | + | When using this example, cavelist.css can include styles to format the headings, avoid wasting space, hide links, and add support for any non-standard CSS: |
| < | < | ||
| Line 92: | Line 92: | ||
| th: | th: | ||
| white-space: | white-space: | ||
| + | } | ||
| + | th + th { | ||
| + | text-align: center !important; | ||
| } | } | ||
| th, td { | th, td { | ||
| padding: 0 !important; | padding: 0 !important; | ||
| + | } | ||
| + | th + th, td + td { | ||
| + | padding-left: | ||
| + | } | ||
| + | td[style=" | ||
| + | padding-left: | ||
| + | } | ||
| + | td[style=" | ||
| + | padding-left: | ||
| + | } | ||
| + | td[style=" | ||
| + | padding-left: | ||
| + | } | ||
| + | td[style=" | ||
| + | padding-left: | ||
| + | } | ||
| + | td[style=" | ||
| + | padding-left: | ||
| } | } | ||
| </ | </ | ||