Added attribution to Simon LaRoche for Markdown-CSS
This commit is contained in:
parent
d32afe2d5b
commit
0a5a6171c8
7
l33t.css
7
l33t.css
@ -1,3 +1,10 @@
|
||||
/* Based on Simon LaRoche's Markdown.CSS available at
|
||||
*
|
||||
* https://github.com/simonlc/Markdown-CSS
|
||||
*
|
||||
* I've tried to strip this down to essentials for my needs, and changed
|
||||
* fonts to my liking.
|
||||
*/
|
||||
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
||||
|
||||
body{
|
||||
|
@ -1,3 +1,10 @@
|
||||
/* Based on Simon LaRoche's Markdown.CSS available at
|
||||
*
|
||||
* https://github.com/simonlc/Markdown-CSS
|
||||
*
|
||||
* I've tried to strip this down to essentials for my needs, and changed
|
||||
* fonts to my liking.
|
||||
*/
|
||||
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
||||
|
||||
body{
|
||||
|
Loading…
Reference in New Issue
Block a user