From 33a14fa3aa7c7c91c6a7f52896222d0ecb5d4e8b Mon Sep 17 00:00:00 2001 From: Graeme Maciver Date: Sun, 23 Nov 2014 13:08:03 +0000 Subject: [PATCH] skill style fixes --- package.json | 2 +- style.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c382e41..9caa6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonresume-theme-short", - "version": "0.1.3", + "version": "0.1.4", "description": "Simple to the point theme for JSON Resume", "author": "Graeme Maciver", "repository": { diff --git a/style.css b/style.css index 23a460d..ddbfbbc 100644 --- a/style.css +++ b/style.css @@ -113,10 +113,9 @@ section h2 { /* skills */ #skills .item { - margin: 0.4em 0; - padding: 0; + margin: 0.5em 0; + padding: 0 0 0.5em; font-size: 90%; - border-bottom: 0; } #skills .item .name { @@ -124,10 +123,14 @@ section h2 { display: inline-block; text-transform: uppercase; margin: 0 1em 0 0; + width: 23%; + vertical-align: top; } #skills .item .keywords { display: inline-block; + width: 70%; + vertical-align: top; } /* education */