Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #59 from Jason-Abbott/development
Browse files Browse the repository at this point in the history
Fix styling for iPad
  • Loading branch information
Jason-Abbott committed Nov 17, 2016
2 parents 6d15f4b + fc904b4 commit 6cbabca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.3
- Adjust layout for iPad
- Remove "Photography" from title
- Update to latest jQuery

## 2.1.2
- Update dependencies
- Retry track load after deleting post cache
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ti.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/less/post-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ figure {
}

@media @mobile {
margin-top: -8px;
span {
border: none;
.rounded(15px);
Expand Down
9 changes: 7 additions & 2 deletions src/less/ti.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ body {
line-height: 1em;
}
h1 { font-size: 40px; }
h2 { font-size: 13px; letter-spacing: 5px; text-transform: uppercase; padding-left: 5px; color: rgba(255, 255, 255, 0.2); }
h2 {
font-size: 13px;
letter-spacing: 2.3px;
text-transform: uppercase;
padding-left: 5px;
color: rgba(255, 255, 255, 0.2);
}
h3 {
position: absolute;
top: 39px;
Expand Down Expand Up @@ -246,7 +252,6 @@ footer.page {
@media @mobile {
margin-top: 20px;
img { margin: 0 0 2px 1px; }
.scale();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion views/partials/bug.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a id="bug" rel="author" href="/about">
<h1>{{config.site.title}}</h1>
<h2>Photography</h2>
<h2>Adventures with</h2>
<h3>{{config.owner.name}}</h3>
</a>
2 changes: 1 addition & 1 deletion views/partials/head-files.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="apple-touch-icon" sizes="72x72" href="/img/launch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/img/launch-icon-114x114.png" />
{{! update admin.hbs to match }}
<script src='//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js' type='text/javascript' defer></script>
<script src='//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js' type='text/javascript' defer></script>
{{! other scripts are loaded dynamically by responsive.js }}
<script src='/js/responsive.js' type='text/javascript' defer></script>
<link href='/css/ti.css' rel='stylesheet' type='text/css'/>

0 comments on commit 6cbabca

Please sign in to comment.