Changeset 7e72119 in at-w96k


Ignore:
Timestamp:
Jul 17, 2022, 11:43:37 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
b3b73f4
Parents:
639aea5
Message:

Add border to toc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r639aea5 r7e72119  
    77#footnotes {
    88    max-width: calc(60ch + 4em);
    9     border-radius: 0.1em;
    109    margin: var(--universal-padding);
    1110    padding: 1em;
     
    127126    line-height: 12pt;
    128127    box-shadow: 0 2px 2px rgba(0,0,0,.35);
    129     border: none;
    130128    max-height: calc(100% - 2 * (var(--universal-margin) + 0.5em) - 9em);
    131129    overflow: auto;
    132130    max-width: 30ch;
    133131    border-radius: var(--universal-border-radius);
     132    border: 1px solid #cfcfcf;
    134133}
    135134
Note: See TracChangeset for help on using the changeset viewer.