commit 8ed25e304be5bbd2d825f2272c89fc9d06c811fa
parent 18d2404bda26638d59e9caaa75093e2b5e19a240
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 13:52:53 +0100
Formatting fixes
Diffstat:
5 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -1,6 +1,6 @@
-Chrysalide is developed by :
+Chrysalide is developed by:
Frederic Cambus <fred AT statdns DOT com>
Site : http://www.cambus.net
-Twitter : @fcambus
+Twitter: @fcambus
diff --git a/README.md b/README.md
@@ -10,14 +10,14 @@ Chrysalide uses [Prism](http://prismjs.com/) for client-side Syntax highlighting
Chrysalide is released under the BSD 2-Clause license. See `LICENSE` file for details.
-The theme bundles third party fonts and scripts released under the following licenses :
+The theme bundles third party fonts and scripts released under the following licenses:
- Open Sans fonts are licensed under the Apache license Version 2.0
- Prism is licensed under the MIT license
## Author
-Chrysalide is developed by Frederic Cambus
+Chrysalide is developed by Frederic Cambus.
- Site : http://www.cambus.net
- Twitter: http://twitter.com/fcambus
diff --git a/styles/chrysalide.css b/styles/chrysalide.css
@@ -24,7 +24,7 @@
}
body {
- background: #fff;
+ background: #fff;
color: #000;
font-family: 'open_sansregular';
font-size: 18px;
@@ -40,7 +40,7 @@ header h2 {
margin: 0;
}
-header, #container { max-width: 900px; margin : auto; padding: 0 10px; }
+header, #container { max-width: 900px; margin: auto; padding: 0 10px; }
time {
color: #aaa;
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -32,4 +32,4 @@
{{/categoryDisplay}}
</entry>
{{/site.feed}}
-</feed>
-\ No newline at end of file
+</feed>
diff --git a/templates/header.mustache b/templates/header.mustache
@@ -11,7 +11,7 @@
<meta name="generator" content="{{{version}}}" />
- <link rel="canonical" href="{{{site.url}}}{{{page.url}}}" />
+ <link rel="canonical" href="{{{site.url}}}{{{page.url}}}" />
<link rel="stylesheet" href="/styles/chrysalide.css" type="text/css" />
<link rel="stylesheet" href="/styles/prism.css" type="text/css" />