Template:Tree list/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
(Created page with "→{{pp-template}}: .treeview ul { padding: 0; margin: 0; } .treeview li { padding: 0; margin: 0; list-style-type: none; list-style-image: none; } .treeview li li { /...") |
(Test) |
||
Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
. | table.ahnentafel { | ||
border-collapse: separate; | |||
border-spacing: 0; | |||
line-height: 130%; | |||
} | } | ||
. | .ahnentafel tr { | ||
text-align:center; | |||
} | } | ||
. | .ahnentafel-t { | ||
border-top:#000 solid 1px; | |||
border-left:#000 solid 1px; | |||
} | } | ||
. | .ahnentafel-b { | ||
border-bottom:#000 solid 1px; | |||
border-left:#000 solid 1px; | |||
} | } |
Revision as of 13:18, 14 October 2021
/* {{pp-template}} */ table.ahnentafel { border-collapse: separate; border-spacing: 0; line-height: 130%; } .ahnentafel tr { text-align:center; } .ahnentafel-t { border-top:#000 solid 1px; border-left:#000 solid 1px; } .ahnentafel-b { border-bottom:#000 solid 1px; border-left:#000 solid 1px; }