changeset 6:c1676bf16d66

A few miscellaneous layout fixes
author Chris Cannam
date Thu, 08 Dec 2011 18:16:04 +0000
parents 1e65fbe45c61
children 787c247a1b22
files layout.css soundsoftware.css
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/layout.css	Wed Dec 07 17:25:56 2011 +0000
+++ b/layout.css	Thu Dec 08 18:16:04 2011 +0000
@@ -298,6 +298,8 @@
 
   td.col-first { padding-right: 2em; }
 
+  table.col-2 td.col-first { width: 55%; }
+
   .views-view-grid td { vertical-align: top; }
 
   .views-view-grid .views-field-image-attach-images { float: left; margin-right: 0.8em; }
--- a/soundsoftware.css	Wed Dec 07 17:25:56 2011 +0000
+++ b/soundsoftware.css	Thu Dec 08 18:16:04 2011 +0000
@@ -986,4 +986,12 @@
 	padding-top: 1em;
  }
 
+.node-inner .meta { display: none; } /* taxonomy in story */
 
+.node-teaser .content p { margin-top: 0; margin-bottom: 0; }
+
+.node-teaser ul.links { margin-bottom: 0.8em; }
+
+.node-inner .image-attach-body { display: none; } /* should link to it, but we want the attachment so it shows in the frontpage summary */
+
+