skill style fixes

This commit is contained in:
Graeme Maciver
2014-11-23 13:08:03 +00:00
parent ad513ec482
commit 33a14fa3aa
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "jsonresume-theme-short", "name": "jsonresume-theme-short",
"version": "0.1.3", "version": "0.1.4",
"description": "Simple to the point theme for JSON Resume", "description": "Simple to the point theme for JSON Resume",
"author": "Graeme Maciver", "author": "Graeme Maciver",
"repository": { "repository": {

View File

@@ -113,10 +113,9 @@ section h2 {
/* skills */ /* skills */
#skills .item { #skills .item {
margin: 0.4em 0; margin: 0.5em 0;
padding: 0; padding: 0 0 0.5em;
font-size: 90%; font-size: 90%;
border-bottom: 0;
} }
#skills .item .name { #skills .item .name {
@@ -124,10 +123,14 @@ section h2 {
display: inline-block; display: inline-block;
text-transform: uppercase; text-transform: uppercase;
margin: 0 1em 0 0; margin: 0 1em 0 0;
width: 23%;
vertical-align: top;
} }
#skills .item .keywords { #skills .item .keywords {
display: inline-block; display: inline-block;
width: 70%;
vertical-align: top;
} }
/* education */ /* education */