Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pandoc.css #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions web/pandoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}

@font-face {
font-family: "Open Sans";
font-family: "Ariel";
src: url(fonts/opensans.woff2);
}

html {
font-size: 100%;
font-size: 89%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
Expand All @@ -52,17 +52,17 @@ body {
}

.credits {
font-size: 14px;
margin: 25px 10px -40px 15px;
font-size: 12px;
margin: 25px 10px -23px 15px;
padding: 16px 50px 0 50px;
/* text-align: left; */
border-top: 1px solid #666;
color: black;
color: blue;
}

.credits table {
border: none;
margin-left: 46px;
margin-left: 40px;
margin-bottom: 10px;
}

Expand Down