Changeset 90e0d35


Ignore:
Timestamp:
Jan 5, 2020, 9:26:16 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
d55e988
Parents:
98fbfa4
Message:

Add cv; Add cc license pic; Add favicon;

Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • content/index.org

    r98fbfa4 r90e0d35  
    33
    44* Посты
     5
     6#+BEGIN_SRC emacs-lisp :exports results :results raw
     7(+ 3 2)
     8#+END_SRC
  • public/css/custom.css

    r98fbfa4 r90e0d35  
    6565
    6666#preamble {
     67    max-width: calc(80ch + 6em);
    6768    margin: var(--universal-margin);
    6869    box-shadow: 0 1px 3px rgba(0,0,0,.1);
     
    8283#table-of-contents {
    8384    z-index: 1050;
    84     font-size: 9pt;
     85    font-size: 10pt;
    8586    position: fixed;
    8687    right: calc(var(--universal-margin) + 0.5em);
    87     top: 79px;
     88    top: calc(var(--universal-margin) + 0.5em);
    8889    background: #fefefe;
    8990    line-height: 12pt;
    9091    box-shadow: 0 1px 3px rgba(0,0,0,.1);
     92    border: none;
    9193    max-height: 80%;
    9294    overflow: auto;
  • public/css/mini.css

    r98fbfa4 r90e0d35  
    13701370
    13711371table:not(.horizontal) tbody tr:first-child td {
    1372   border-top: 0;
     1372  /* border-top: 0; */
    13731373}
    13741374
Note: See TracChangeset for help on using the changeset viewer.