diff --git a/static/reader.css b/static/reader.css index 2319859..47e07c2 100644 --- a/static/reader.css +++ b/static/reader.css @@ -126,6 +126,20 @@ article header #index-link{ padding: 5px 5px 5px 85px; } +article header #rss-link{ + background: #0088EE; + color: #FFF; + padding: 0.1em; + text-decoration: none; + display: inline-block; + float: right; + font-size: 1.2em; +} + +article header #rss-link:hover{ + background: #0099FF; +} + /* Font stuff */ #article-body,#writer-body,#writer-body textarea,#generic-body{ text-align: justify; @@ -536,4 +550,4 @@ article footer #move .next{ #article-body,#writer-body,#generic-body,article footer{ max-width: 1000px; } -} \ No newline at end of file +} diff --git a/template/index.ctml b/template/index.ctml index 5f2e4ab..dcc885c 100644 --- a/template/index.ctml +++ b/template/index.ctml @@ -24,6 +24,7 @@

Reader

Description Index + RSS
diff --git a/template/tagged.ctml b/template/tagged.ctml index f8d282f..2435840 100644 --- a/template/tagged.ctml +++ b/template/tagged.ctml @@ -16,6 +16,7 @@

Posts Tagged TAG

Index + RSS