Skip to content

Commit

Permalink
add subtitle to CV
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Aug 24, 2012
1 parent 5e1c214 commit e43ed0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cv.less
Expand Up @@ -57,6 +57,7 @@ h2 { font-size: @huge-font-size; }

/* Specific styling within the header. */
header h1 { font-size: @heading-font-size; margin: 0; }
.subtitle { display: block; font-size: @huge-font-size; color: @primary-light; }

/* Misc. stylying for the job role, date and description entries. */
.date { text-align: right; }
Expand Down
2 changes: 1 addition & 1 deletion index.in.html
Expand Up @@ -24,7 +24,7 @@
<header class="container">
<div class="row">
<div class="span9 heading">
<h1>Dr Richard Wareham</h1>
<h1>Dr Richard Wareham <span class="subtitle">Curriculum Vitæ</span></h1>
</div>

<div class="span3 contact-pane">
Expand Down

0 comments on commit e43ed0a

Please sign in to comment.