Re-add rss feed link.

This commit is contained in:
Teromene 2016-08-03 22:01:44 +02:00
parent 6ee3165d6f
commit d6e7b75b42
2 changed files with 7 additions and 6 deletions

View file

@ -59,9 +59,8 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link,
}
.backlink {
.buttons {
display: block;
text-align: center;
}
@ -76,10 +75,11 @@ section > time {
color: #888;
font-size: 80%;
padding: 10px;
}
button.backbutton {
button.backbutton, button.rss-feed {
line-height: 1em;
color: #FFF;
@ -90,11 +90,12 @@ button.backbutton {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
border-radius: 2px;
border: 1px solid transparent;
min-width: 140px;
width: 200px;
background: #2196F3 none repeat scroll 0% 0%;
cursor: pointer;
width: calc(20% - 4px);
margin: 10px;
}

View file

@ -46,7 +46,7 @@ EOD;
</head>
<body>
<h1 class="pagetitle">{$title}</h1>
<a class="backlink" href="./"><button class="backbutton"> back to rss-bridge</button></a>
<div class="buttons"><a href="./"><button class="backbutton"> back to rss-bridge</button></a><a href="./?{$atomquery}"><button class="rss-feed">RSS feed</button></a></div>
{$entries}
</body>
</html>