Changeset d1d01c6 for public/css
- Timestamp:
- Apr 2, 2023, 3:20:19 PM (22 months ago)
- Branches:
- master
- Children:
- 962709f
- Parents:
- 7dad22e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r7dad22e rd1d01c6 12 12 html { 13 13 font-family: sans-serif; 14 /* line-height: 1.2; */15 14 } 16 15 … … 269 268 content: "• "; 270 269 } 270 271 .org-dl dd, article p { 272 margin-top: var(--universal-margin); 273 margin-bottom: var(--universal-margin); 274 } 275 276 sup::before { content: "[" } 277 sup::after { content: "]" } 278 .footpara { display: inline }
Note:
See TracChangeset
for help on using the changeset viewer.