Changeset 688d021
- Timestamp:
- Jan 19, 2020, 5:04:45 PM (5 years ago)
- Branches:
- master
- Children:
- 885bdd3
- Parents:
- 61a051b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r61a051b r688d021 3 3 } 4 4 5 article { 5 article, 6 #footnotes { 6 7 max-width: calc(80ch + 4em); 7 8 border-radius: 0.em; … … 11 12 box-shadow: 0 1px 3px rgba(0,0,0,.1); 12 13 position: relative; 14 } 15 16 .footdef { 17 margin-bottom: 0; 13 18 } 14 19 … … 172 177 padding: 0.1em 0; 173 178 } 179 180 .abstract { 181 font-style: italic; 182 background: var(--nav-hover-back-color); 183 border-radius: 0.05em; 184 } 185 186 .src span { 187 font-family: monospace; 188 }
Note:
See TracChangeset
for help on using the changeset viewer.