Skip to content

Commit 0a1a347

Browse files
committed
Ulysses to Sass
1 parent 1ad2432 commit 0a1a347

File tree

6 files changed

+152
-300
lines changed

6 files changed

+152
-300
lines changed

Academia.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
2+
This document has been created with Marked.app <http://markedapp.com>
33
Please leave this notice in place, along with any additional credits below.
44
---------------------------------------------------------------
55
Title: Academia

Pandoctor.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@
1818
/*** Style Definitions ***/
1919
#wrapper {
2020
font-size: 100%;
21+
margin: 0 auto;
2122
padding-left: 4rem;
2223
padding-right: 4rem;
23-
margin-left: auto;
24-
margin-right: auto;
2524
}
2625
#wrapper, #wrapper p {
2726
-webkit-font-smoothing: antialiased;
2827
color: #111;
2928
font-family: "Hoefler Text";
3029
hyphens: auto;
31-
margin: 0in;
3230
text-align: justify;
3331
text-indent: .25in;
3432
line-height: 200%;

generate_examples/debugcss.js

-292
This file was deleted.

generate_examples/styles/Academia.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
2+
This document has been created with Marked.app <http://markedapp.com>
33
Please leave this notice in place, along with any additional credits below.
44
---------------------------------------------------------------
55
Title: Academia

generate_examples/styles/Pandoctor.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@
1818
/*** Style Definitions ***/
1919
#wrapper {
2020
font-size: 100%;
21+
margin: 0 auto;
2122
padding-left: 4rem;
2223
padding-right: 4rem;
23-
margin-left: auto;
24-
margin-right: auto;
2524
}
2625
#wrapper, #wrapper p {
2726
-webkit-font-smoothing: antialiased;
2827
color: #111;
2928
font-family: "Hoefler Text";
3029
hyphens: auto;
31-
margin: 0in;
3230
text-align: justify;
3331
text-indent: .25in;
3432
line-height: 200%;

0 commit comments

Comments
 (0)