From cead419007b6ad9e4a8bedc34d308a6a1fdcf0e2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 16 Mar 2015 17:31:11 -0400 Subject: [PATCH] finished styling home --- less/categories.less | 36 +++++++++++++++++++++++------------- templates/categories.tpl | 2 +- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/less/categories.less b/less/categories.less index 566f586..8f36c03 100644 --- a/less/categories.less +++ b/less/categories.less @@ -5,25 +5,31 @@ > li { margin-bottom: 20px; - .icon { - font-size: 17px; - line-height: 17px; - padding: 13px; - border-radius: 50%; - margin-right: 15px; - min-width: 46px; - min-height: 46px; - margin-top: 2px; - } + .content { + margin-top: 4px; + + .icon { + font-size: 17px; + line-height: 17px; + padding: 13px; + border-radius: 50%; + margin-right: 15px; + min-width: 46px; + min-height: 46px; + margin-top: 2px; + } - h1 { - font-size: 22px; - margin: 0; + h1 { + font-size: 22px; + margin: 0; + } } .stats { font-size: 20px; text-align: center; + margin-top: 5px; + line-height: 22px; small { text-transform: uppercase; @@ -56,6 +62,10 @@ max-height: 12px; } } + + small { + color: @gray-light; + } } } } \ No newline at end of file diff --git a/templates/categories.tpl b/templates/categories.tpl index e2b99b1..e23998b 100644 --- a/templates/categories.tpl +++ b/templates/categories.tpl @@ -3,7 +3,7 @@
  • -
    +