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:
parent
4c1997827a
commit
6df4a30b0a
78 changed files with 163 additions and 159 deletions
4
public/assets/css/global.css
vendored
4
public/assets/css/global.css
vendored
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue