mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Merge pull request #57 from hareekum/master
Show employer location, related positive theme change
This commit is contained in:
commit
7e3e74d5e9
@ -15,6 +15,7 @@
|
|||||||
{{ employer }}
|
{{ employer }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h3>
|
</h3>
|
||||||
|
<span class="location">{{location}}</span>
|
||||||
<span class="tenure">{{dateRange .}}</span>
|
<span class="tenure">{{dateRange .}}</span>
|
||||||
<p>{{{ summary }}}</p>
|
<p>{{{ summary }}}</p>
|
||||||
{{> highlights }}
|
{{> highlights }}
|
||||||
|
@ -107,6 +107,11 @@ p, li {
|
|||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.location {
|
||||||
|
line-height: 2em;
|
||||||
|
color: #6F6F6F;
|
||||||
|
}
|
||||||
|
|
||||||
span.keywords {
|
span.keywords {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #B16666;
|
color: #B16666;
|
||||||
|
Loading…
Reference in New Issue
Block a user