Author: bobharner
Date: Mon Nov 9 01:38:44 2015
New Revision: 971823
Log:
Fixed banner layout on non-home pages caused by my previous commits today
Modified:
websites/production/tapestry/content/styles/style.css
Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Mon Nov 9 01:38:44
2015
@@ -83,6 +83,12 @@ a img { text-decoration: none;}
.light, .light a { color: #999; }
.small { font-size: 0.5em; }
+#top #smallbanner h1 {
+ margin: 0px 15px;
+ float: left;
+ width: 650px;
+}
+
#aside { float:right; width: 280px; padding:70px 30px 0px 0px; font-family:
Georgia, serif; font-size:18px; font-style:italic; line-height:1.3em;}
#banner {