This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
margin: 0px; | |
padding: 0px; | |
} | |
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { | |
margin: 0; | |
padding: 0; | |
color: inherit; | |
font-family: inherit; | |
font-size: inherit; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; | |
;;; Copyright (C) Kresten Krab Thorup | |
;;; Available under Apache License, Version 2. | |
;;; | |
;;; | |
;;; This minor mode will highlight the indentation of the current line | |
;;; as a vertical bar (grey background color) aligned with the column of the | |
;;; first character of the current line. | |
;;; |