Re-add rss feed link.
This commit is contained in:
parent
6ee3165d6f
commit
d6e7b75b42
2 changed files with 7 additions and 6 deletions
|
@ -59,9 +59,8 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.backlink {
|
.buttons {
|
||||||
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -76,10 +75,11 @@ section > time {
|
||||||
|
|
||||||
color: #888;
|
color: #888;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
padding: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.backbutton {
|
button.backbutton, button.rss-feed {
|
||||||
|
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
@ -90,11 +90,12 @@ button.backbutton {
|
||||||
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
min-width: 140px;
|
width: 200px;
|
||||||
background: #2196F3 none repeat scroll 0% 0%;
|
background: #2196F3 none repeat scroll 0% 0%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
width: calc(20% - 4px);
|
margin: 10px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ EOD;
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="pagetitle">{$title}</h1>
|
<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}
|
{$entries}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue