mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 00:00:14 +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 }}
|
||||
{{/if}}
|
||||
</h3>
|
||||
<span class="location">{{location}}</span>
|
||||
<span class="tenure">{{dateRange .}}</span>
|
||||
<p>{{{ summary }}}</p>
|
||||
{{> highlights }}
|
||||
|
@ -107,6 +107,11 @@ p, li {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.location {
|
||||
line-height: 2em;
|
||||
color: #6F6F6F;
|
||||
}
|
||||
|
||||
span.keywords {
|
||||
font-size: 10px;
|
||||
color: #B16666;
|
||||
|
Loading…
Reference in New Issue
Block a user