package update, slight style fies

This commit is contained in:
Graeme Maciver
2014-11-23 13:01:17 +00:00
parent 8273e1af43
commit ad513ec482
3 changed files with 6 additions and 7 deletions

View File

@@ -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": {

View File

@@ -50,7 +50,6 @@
{{/if}}
{{#if profiles.length}}
<section id="profiles">
{{#each profiles}}
<div class="profile">
{{#if network}}
@@ -69,7 +68,6 @@
{{/if}}
</div>
{{/each}}
</section>
{{/if}}
</section>

View File

@@ -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 */