Changeset 90e0d35
- Timestamp:
- Jan 5, 2020, 9:26:16 PM (5 years ago)
- Branches:
- master
- Children:
- d55e988
- Parents:
- 98fbfa4
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/index.org
r98fbfa4 r90e0d35 3 3 4 4 * Посты 5 6 #+BEGIN_SRC emacs-lisp :exports results :results raw 7 (+ 3 2) 8 #+END_SRC -
public/css/custom.css
r98fbfa4 r90e0d35 65 65 66 66 #preamble { 67 max-width: calc(80ch + 6em); 67 68 margin: var(--universal-margin); 68 69 box-shadow: 0 1px 3px rgba(0,0,0,.1); … … 82 83 #table-of-contents { 83 84 z-index: 1050; 84 font-size: 9pt;85 font-size: 10pt; 85 86 position: fixed; 86 87 right: calc(var(--universal-margin) + 0.5em); 87 top: 79px;88 top: calc(var(--universal-margin) + 0.5em); 88 89 background: #fefefe; 89 90 line-height: 12pt; 90 91 box-shadow: 0 1px 3px rgba(0,0,0,.1); 92 border: none; 91 93 max-height: 80%; 92 94 overflow: auto; -
public/css/mini.css
r98fbfa4 r90e0d35 1370 1370 1371 1371 table:not(.horizontal) tbody tr:first-child td { 1372 border-top: 0;1372 /* border-top: 0; */ 1373 1373 } 1374 1374
Note:
See TracChangeset
for help on using the changeset viewer.