Sha256: 68312d3d01956ad88afdda6fdcace29336cc2c58821856432fdeb96e09ea37b5

Contents?: true

Size: 764 Bytes

Versions: 1

Compression:

Stored size: 764 Bytes

Contents

/* ==========================================================================
   Highlight
   ========================================================================== */
   table.hljs-ln {
     width: auto;
     border-width: 0px;
   }
   table.hljs-ln td {
     border-width: 0px;
   }

   /* for block of numbers */
   .hljs-ln-numbers {
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;

     text-align: center;
     color: #ccc;
     border-right: 1px solid #CCC !important;
     vertical-align: top;
   	padding-right: 5px !important;
   }

   /* for block of code */
   .hljs-ln-code {
     padding-left: 10px !important;
   }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
domain-jekyll-1.2.0 _sass/domain/_highlight.scss