From 71c6ac5d4ae2bef1330cefc85306501f64677fb2 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Mon, 12 Mar 2012 14:46:40 -0400 Subject: [PATCH] messing around with rss css --- frontend/templates/supporter.html | 2 +- static/css/supporter_layout.css | 4 ++++ static/less/supporter_layout.less | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 8d08902e..b09adf5e 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -259,7 +259,7 @@ there's no tab for seeing ALL my books, only the filters! huh.
  • Wishlisted
  • - Subscribe + Subscribe {% if not works %} {% comment %} diff --git a/static/css/supporter_layout.css b/static/css/supporter_layout.css index 4e7e12ae..45e22810 100644 --- a/static/css/supporter_layout.css +++ b/static/css/supporter_layout.css @@ -386,6 +386,10 @@ ul.tabs li.tabs3 a:hover, ul.tabs li.tabs3.active a { #rss img { padding: 16px 0 0 14px; } +#rss span { + margin-left: 3px; + font-size: 12px; +} .listview .rounded { line-height: normal; margin-right: 0; diff --git a/static/less/supporter_layout.less b/static/less/supporter_layout.less index 20f3b0f8..173129ae 100644 --- a/static/less/supporter_layout.less +++ b/static/less/supporter_layout.less @@ -336,6 +336,11 @@ ul.tabs { img { padding: 16px 0 0 14px; } + + span { + margin-left: 3px; + font-size: 12px; + } } .listview .rounded {