linaro-jekyll-theme 0.10.67 → 0.10.68

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
  SHA1:
3
- metadata.gz: c887ad0f15f0e9c558c1cb33f92b06b36ecbc4c5
4
- data.tar.gz: e80b8f6aac4ec1a2d8ac9d36a804d380bd7af676
3
+ metadata.gz: ae3e0feb61518b8ad3138e2ac7457ab1e0352c15
4
+ data.tar.gz: 279dbf941ab88073cac9475d1325330957efbec5
5
5
  SHA512:
6
- metadata.gz: 9fc192e711face097caf63a008cde07c98f08d47ec1e0018c285fb35b87f476a2782ad1baa6af33553fc7987c4366e59d1666664486bc634eab9167e0700ee16
7
- data.tar.gz: 3ddb2cd0c0362e6b98e6cf63be1067ade204e1001c16251f74309f2f81c8aac6b9bb2c5bda2a63fb2de20cda0270a39c736c8be07dfc956b11f9fe2e46bc80d0
6
+ metadata.gz: faf8c77a41cba120628fd8d1cff45ab4c8c588c7f5a9d3044096e692a3dfe908bbb2939bfc78761a700c4539a7aa82f581f11255a911ba1ff0cf0ea3ccd9a128
7
+ data.tar.gz: a164afb302c58dafc4280e56011e32a37402b2601dbcdd953a0bf53072824928048c9e4b8a4b63e02418af631da127bb373b09fdd9ae28fa5aea5397d406c1b9
@@ -0,0 +1,10 @@
1
+ {% include _theme-includes/_head/head.html %}
2
+ <body>
3
+ {% include _theme-includes/_navigation/nav.html %}
4
+ <div class="container-fluid no-padding main-cont">
5
+ {{ content }}
6
+ {% include _theme-includes/_footer/footer.html %}
7
+ </div>
8
+ {% include _theme-includes/_script-includes/javascript.html %}
9
+ </body>
10
+ </html>
@@ -105,6 +105,10 @@ p .justified{
105
105
  overflow-x: hidden;
106
106
  }
107
107
 
108
+ .main-cont {
109
+ background-color:#fff;
110
+ }
111
+
108
112
  //Content Container
109
113
  .content-container{
110
114
  background-color: #FFF;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.67
4
+ version: 0.10.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -237,6 +237,7 @@ files:
237
237
  - _layouts/accessory-display-page.html
238
238
  - _layouts/blog-breadcrumbless.html
239
239
  - _layouts/blog.html
240
+ - _layouts/contact.html
240
241
  - _layouts/default-empty.html
241
242
  - _layouts/default-no-sub-nav.html
242
243
  - _layouts/default-plain.html