stuartmccoll_portfolio 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/style.css +6 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d63775ddd3f74d180a309e80846be1f4baae43f
4
- data.tar.gz: f3aa0371b79a284e1ce6c63cb70015cf5ceb28c7
3
+ metadata.gz: 6496a5a7a296ded74b3e5d535b181d31ad6f2c80
4
+ data.tar.gz: aba1904222ee24e1cc393a51fc1db28b1276b729
5
5
  SHA512:
6
- metadata.gz: ca491eb906c3a868e6549be0d2119ac913c38d10fc543f87817b8884840802ef449da09546bcea724d50a07c0893578d4adcc5da34f9e6b6d9cf3c3742ce0115
7
- data.tar.gz: f70240eb6e07f4ce40b8b1230e49edcd23815d6fa01e309ea8e9730d6ae103b1d79de3a28bd965faf8f5ada4f5da06a3a10927a3afd39399fb1ad02ffb846f75
6
+ metadata.gz: 716cfa985e36d07f0ebf50cb50a43219d67a785dc126d9761ce172e815c41330fa250663d882ad0da74e67245e78249d5b436d4298e6b32eab69fd84dbb174fd
7
+ data.tar.gz: 821ed7f63274df777f67d64b398a68fcae0c5730f4a7de0bf5c352983e495dfce87e1260eb798006678327212479c6a960d5a8faede89418cd470061478a1372
data/assets/css/style.css CHANGED
@@ -337,7 +337,12 @@ html, body {
337
337
  padding: 25px 0;
338
338
  }
339
339
 
340
- .highlight pre { background-color: #272822; }
340
+ section.blog-post {
341
+ padding: 20px;
342
+ }
343
+
344
+ .highlight pre { background-color: #272822; border: none; }
345
+ .highlight pre .lineno { color: #75715e; }
341
346
  .highlight .hll { background-color: #272822; }
342
347
  .highlight .c { color: #75715e } /* Comment */
343
348
  .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stuartmccoll_portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart McColl