1
0
Fork 0
forked from github/pelican

pre-commit filter auto-indents templates, css, js

This commit is contained in:
boxydog 2024-05-31 07:34:01 -05:00
commit 4af40e8077
159 changed files with 12034 additions and 12034 deletions

View file

@ -15,13 +15,13 @@ b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body {line-height: 1;}
@ -32,13 +32,13 @@ blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
outline: 0;
}
/* remember to highlight inserts somehow! */
@ -47,6 +47,6 @@ del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}