Changeset 863f5d5 for public/css
- Timestamp:
- Jan 21, 2020, 11:46:13 PM (5 years ago)
- Branches:
- master
- Children:
- 54096f7
- Parents:
- c43e516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
rc43e516 r863f5d5 6 6 #footnotes { 7 7 max-width: calc(80ch + 4em); 8 border-radius: 0. em;8 border-radius: 0.1em; 9 9 margin: var(--universal-padding); 10 10 padding: 1em; … … 105 105 font-size: 12pt; 106 106 position: fixed; 107 right: calc(var(--universal-margin));107 left: 95ch; 108 108 top: calc(var(--universal-margin) + 0.5em); 109 109 background: #fefefe; … … 200 200 width: auto; 201 201 } 202 203 .asciicast { 204 text-align: center; 205 }
Note:
See TracChangeset
for help on using the changeset viewer.