Changeset 6346d10
- Timestamp:
- Jan 11, 2020, 12:28:56 AM (5 years ago)
- Branches:
- master
- Children:
- c98d431
- Parents:
- d829433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
rd829433 r6346d10 42 42 iframe { 43 43 width: 100%; 44 height: 100%; 45 position: absolute; 44 min-height: 445px; 46 45 top: 0; 47 46 left: 0; … … 77 76 #meta { 78 77 text-align: right; 78 } 79 80 #copyright { 81 text-align: center; 79 82 } 80 83 … … 152 155 display: inline-flex; 153 156 } 157 158 table th, table td { 159 padding: var(--universal-padding); 160 }
Note:
See TracChangeset
for help on using the changeset viewer.