From ad513ec48221554718329fb3406186df136d3aa3 Mon Sep 17 00:00:00 2001 From: Graeme Maciver Date: Sun, 23 Nov 2014 13:01:17 +0000 Subject: [PATCH] package update, slight style fies --- package.json | 2 +- resume.template | 2 -- style.css | 9 +++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0fd45fc..c382e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonresume-theme-short", - "version": "0.1.2", + "version": "0.1.3", "description": "Simple to the point theme for JSON Resume", "author": "Graeme Maciver", "repository": { diff --git a/resume.template b/resume.template index 84ced51..fe046c6 100644 --- a/resume.template +++ b/resume.template @@ -50,7 +50,6 @@ {{/if}} {{#if profiles.length}} -
{{#each profiles}}
{{#if network}} @@ -69,7 +68,6 @@ {{/if}}
{{/each}} -
{{/if}} diff --git a/style.css b/style.css index f7fc622..23a460d 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,7 @@ blockquote { } #resume { margin: 2em 2em 2em 2.5em; - max-width: 960px; + max-width: 760px; } /* Resume heading */ @@ -54,13 +54,14 @@ blockquote { margin: 0 1em 0 0; } -#profiles .profile { +.profile { display: inline-block; margin: 0 1em 0 0; } -#profiles .profile strong, -#profiles .profile span { +.profile strong, +.profile span { + display: inline-block; margin: 0 1em 0 0; } /* section / line breaks */