Skip to content

Commit

Permalink
Fix other themes affected by markup change
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 8, 2015
1 parent fef9835 commit 1de8929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions assets/css/hw-ios-2.css
Expand Up @@ -321,13 +321,15 @@ i.icon-loading{
padding: 0; padding: 0;
margin-left: -44px; margin-left: -44px;
min-width: 44px; min-width: 44px;
background: transparent url(../images/ios7/comment-button.png) no-repeat center; background: transparent url(../images/ios7/comment-button.png) no-repeat center 15px;
background-size: 20px 19px; background-size: 20px 19px;
-webkit-transition: opacity .3s; -webkit-transition: opacity .3s;
transition: opacity .3s; transition: opacity .3s;
} }
.tableview-links li>a.detail-disclosure-button.tappable-active{ .tableview-links li>a.detail-disclosure-button.tappable-active{
opacity: .205; opacity: .205;
-webkit-transition-duration: 0;
transition-duration: 0;
background-color: transparent; background-color: transparent;
} }
.tableview-links li>a.disclosure{ .tableview-links li>a.disclosure{
Expand Down Expand Up @@ -477,12 +479,12 @@ ol.grouped-tableview-links li>a.tappable-active{
font: -apple-system-body; font: -apple-system-body;
line-height: 1.2em; line-height: 1.2em;
} }
.view .post-content header h1 a{ .view .post-content header a{
color: #000; color: #000;
display: block; display: block;
text-decoration: none; text-decoration: none;
} }
.view .post-content header h1 .link-text{ .view .post-content header a .link-text{
font-size: 13px; font-size: 13px;
font: -apple-system-footnote; font: -apple-system-footnote;
line-height: 1.2em; line-height: 1.2em;
Expand Down
6 changes: 3 additions & 3 deletions assets/css/hw-ios.css
Expand Up @@ -680,10 +680,10 @@ ol.grouped-tableview-links li>a.disclosure.tappable-active:after{
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.view .post-content header h1 a{ .view .post-content header a{
display: block; display: block;
} }
.view .post-content header h1 a .link-text{ .view .post-content header a .link-text{
font-size: 13px; font-size: 13px;
} }
.view .post-content header .metadata{ .view .post-content header .metadata{
Expand All @@ -705,7 +705,7 @@ ol.grouped-tableview-links li>a.disclosure.tappable-active:after{
font-size: 17px; font-size: 17px;
line-height: 1.2em; line-height: 1.2em;
} }
.view .post-content header h1 a{ .view .post-content header > a{
color: #000; color: #000;
text-decoration: none; text-decoration: none;
} }
Expand Down

0 comments on commit 1de8929

Please sign in to comment.