Move js libs into own sub-dir, change corresponding links in views, and re-version/re-comporess and delete old files

This commit is contained in:
Jonny Barnes 2016-06-14 18:04:56 +01:00
parent 4c1997827a
commit 6df4a30b0a
78 changed files with 163 additions and 159 deletions

View file

@ -11,10 +11,8 @@ html {
box-sizing: inherit; }
#topheader {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row;
-ms-flex-flow: row;
flex-flow: row; }
@ -158,7 +156,6 @@ article header {
body {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "liga";
font-feature-settings: "liga";
font-family: "leitura-news", serif;
font-size: 1.2em; }
@ -173,7 +170,6 @@ h1 {
text-decoration: none; }
nav {
-webkit-font-feature-settings: "dlig";
font-feature-settings: "dlig"; }
article header h1 a {

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long