diff html-elements.css @ 1:10b7ded9b083

added custom-pager styles and new variables
author luisf
date Wed, 13 Jul 2011 15:24:05 +0100
parents 1700a4568043
children 6b9d46abd911
line wrap: on
line diff
--- a/html-elements.css	Thu Jun 23 10:31:17 2011 +0100
+++ b/html-elements.css	Wed Jul 13 15:24:05 2011 +0100
@@ -95,19 +95,30 @@
     font-weight: normal;
   }
 
-  .block-views h2
+  .block-views h2, .block h2
   {
       font-size: 1.2em;
       padding-top: 2em;
       padding-bottom: 0.4em;
   }
 
-  .views-field-teaser p
+  .block-inner .content p, .views-field-teaser p
   {
       /* Avoid blank line between title and teaser text for recent notes and upcoming events */
       margin-top: 0em;
   }
 
+  #search-block-form
+  {
+      margin-top: 2em;
+  }
+
+  #search-block-form label
+  {
+     font-weight: normal;
+     font-size: 1.2em;
+  }
+
   h3
   {
     font-size: 1.3em;