mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
The @jashkenas treatment -- cleaning up the iphone app page.
This commit is contained in:
parent
4f4697fe4e
commit
8f69864b5a
5 changed files with 5 additions and 3 deletions
|
@ -860,7 +860,9 @@ class Feed(models.Model):
|
|||
if not link:
|
||||
links = entry.get('links')
|
||||
if links:
|
||||
link = links[0]['href']
|
||||
link = links[0].get('href')
|
||||
if not link:
|
||||
link = entry.get('id')
|
||||
return link
|
||||
|
||||
def _exists_story(self, story=None, story_content=None, existing_stories=None):
|
||||
|
|
|
@ -6083,7 +6083,7 @@ background: transparent;
|
|||
}
|
||||
.NB-static-iphone .NB-iphone-mockup {
|
||||
float: right;
|
||||
margin: 132px 96px 0 0;
|
||||
margin: 142px 96px 0 0;
|
||||
width: 320px;
|
||||
height: 460px;
|
||||
position: relative;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -25,7 +25,7 @@
|
|||
Download the free NewsBlur iPhone app on the<br /><span class="NB-big">iTunes App Store</span>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<br />
|
||||
<ul class="NB-iphone-features">
|
||||
<li class="NB-iphone-feature" data-screenshot="1">
|
||||
<img src="{{ MEDIA_URL }}img/iphone/v1.1 - Screenshot 1.png" />
|
||||
|
|
Loading…
Add table
Reference in a new issue