3,811
edits
Robin Hopper (talk | contribs) m (Adjusting min-width on relationships) |
Robin Hopper (talk | contribs) m (Adding Side TOC css) Tag: Reverted |
||
Line 8: | Line 8: | ||
.relationships-description { } | .relationships-description { } | ||
.rel-name { display: inline-block; width: 100%; border-bottom: 2px dotted steelblue; font-weight: bold; font-size: larger; } | .rel-name { display: inline-block; width: 100%; border-bottom: 2px dotted steelblue; font-weight: bold; font-size: larger; } | ||
.Side-TOC { display:block; } | |||
@media only screen and (max-width: 768px) { | |||
.Side-TOC { display:none; } | |||
} | |||
}}{{Mobile}} | }}{{Mobile}} | ||
<div style="background-color: #ebf5ff; border-radius:30px; padding: 1.5em; display: table-cell;"> | <div style="background-color: #ebf5ff; border-radius:30px; padding: 1.5em; display: table-cell;"> |