From a9d8be8dec9b2efc09e7f2a097f306191c1db29b Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 23 Jul 2014 11:26:17 +0100 Subject: [PATCH] brought up the sections of templates to be closer to the search box --- services/web/app/views/templates/index.jade | 2 +- services/web/public/stylesheets/app/templates.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/templates/index.jade b/services/web/app/views/templates/index.jade index d0c5b7aae2..64d927d186 100644 --- a/services/web/app/views/templates/index.jade +++ b/services/web/app/views/templates/index.jade @@ -37,7 +37,7 @@ block content .row -each tag in tags -if(tag.totalNumberOfTemplates > 0) - .page-header.col-md-12 + .template-section-header.col-md-12 h2 a(href=tag.tagPagePath) #{tag.name} .row diff --git a/services/web/public/stylesheets/app/templates.less b/services/web/public/stylesheets/app/templates.less index 103a839e01..c1463584cc 100644 --- a/services/web/public/stylesheets/app/templates.less +++ b/services/web/public/stylesheets/app/templates.less @@ -29,6 +29,10 @@ } +.template-section-header:extend(.page-header) { + margin-top: 0px; +} + .social_buttons { padding-top: 20px; }