jekyll-theme-console 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 626c641a794f0694e5ae1558d25f64c74a9c592e917105c96a017b92be9e47fe
4
- data.tar.gz: e5fb363f9d3a5e3aa2281e821e4acbcdc8c46d369c0216ccb277d5289589db6b
3
+ metadata.gz: 3d148e967229a89925620cf2bf9f33efa5255d7547178f1fe356aa43229a8adf
4
+ data.tar.gz: 73b8b8b65cb403210958a3df5ce7d5811d63ac7cb2dd30bb60482266edbfbb14
5
5
  SHA512:
6
- metadata.gz: 190165ac0a812fe9d118cca35db235725bee2fafab717cd24ad8ae54bf58b6e0f2e77b9e8af1247d5c81126756cbfe3694cf018efef953dc3f474cf402f6c821
7
- data.tar.gz: 8eb57ec2898fd691981142c7df6a0b21c233e628ca4a2cb7e13c63a02803dad136f1d2fc6a4e147d3348b1030e45c36999f7de6662c9613cc66d053c3d5f9e12
6
+ metadata.gz: 1818b04235b1a0c61f193e83b0245965708c8d8bf010c9ce6b5a7158b1fd71d71fc24c4ec323a4f7ef7b7cbdd99535a99d8374066e08f04743e486e6c0e8a871
7
+ data.tar.gz: 7fa71b12afed8f42fb61cbb1b5de37ad0149acd14ff275ce473cb0f1e8e2f4b5ab77cb9a035c2eece93000db60585d2ea2575ddc4d835f4bb75707a00ce1fff3
@@ -1,11 +1,9 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
5
-
6
-
7
- {%- seo -%}
8
-
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
5
+ <title>{{ site.title }}{{ page.title }}</title>
6
+ {%- seo title=false -%}
9
7
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
10
8
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
11
9
  {%- include google-analytics.html -%}
@@ -72,13 +72,16 @@ footer { margin-bottom: 20px; }
72
72
  /**
73
73
  * Form
74
74
  */
75
- input[type=text], select, textarea { width: 100%; border: none; box-sizing: border-box; resize: none; background-color: $background-color; color: $text-color; font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; }
75
+ input, select, textarea { padding: 0; margin: 0; -webkit-appearance: none; -webkit-border-radius: 0; border: none; }
76
+ input[type=text], select, textarea { width: 100%; resize: none; background-color: $background-color; color: $text-color; caret-color: $text-color; font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; }
77
+ input, select, textarea, textarea::-webkit-input-placeholder { text-indent: 0px; }
76
78
  ::placeholder { color: $placeholder-color; opacity: 1; }
77
79
  :-ms-input-placeholder { color: $placeholder-color; }
78
80
  ::-ms-input-placeholder { color: $placeholder-color; }
79
- input[type=submit] { border: none; font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer; text-decoration: underline; color: $link-color; background-color: $background-color; padding: 0; }
81
+ input[type=submit] { font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer; text-decoration: underline; color: $link-color; background-color: $background-color; }
80
82
  input[type=submit]:hover { color: $background-color; background-color: $base-color; }
81
83
  *:focus { outline: none; }
84
+ textarea { vertical-align: top; }
82
85
 
83
86
  /**
84
87
  * Code and syntax highlighting
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - b2a3e8
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '12.0'
69
69
  description:
70
70
  email:
71
- - b2a3e8@gmail.com
71
+ - 31370519+b2a3e8@users.noreply.github.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []