Author: bobharner
Date: Sun May 3 13:13:39 2020
New Revision: 1060117
Log:
Clean up Blog area of home page and rebuild whole site
Removed:
websites/production/tapestry/content/cache/main.pageCache
Modified:
websites/production/tapestry/content/styles/main.css
websites/production/tapestry/content/styles/main.less
websites/production/tapestry/content/styles/style.css
Modified: websites/production/tapestry/content/styles/main.css
==============================================================================
--- websites/production/tapestry/content/styles/main.css (original)
+++ websites/production/tapestry/content/styles/main.css Sun May 3 13:13:39
2020
@@ -118,9 +118,16 @@ article .container #twitter-container {
}
article .container #twitter-container .blog-post-listing {
margin-bottom: 15px;
+ background: #f0f9eb;
+ border-radius: 8px;
+ padding: 0.4rem;
+}
+article .container #twitter-container .blogHeading {
+ font-weight: bold;
+ font-size: 1.2rem;
}
article .container #twitter-container .logoBlock {
- display: block;
+ display: none;
}
article .container ul ul {
list-style: circle;
Modified: websites/production/tapestry/content/styles/main.less
==============================================================================
--- websites/production/tapestry/content/styles/main.less (original)
+++ websites/production/tapestry/content/styles/main.less Sun May 3 13:13:39
2020
@@ -58,6 +58,7 @@
@small-font-size: 0.85rem;
@medium-font-size: 0.95rem;
+@large-font-size: 1.2rem;
body {
color: @font-color;
@@ -200,10 +201,17 @@ article {
.blog-post-listing {
margin-bottom: 15px;
+ background: @base-background-color;
+ border-radius: 8px;
+ padding: .4rem;
+ }
+ .blogHeading {
+ font-weight: bold;
+ font-size: @large-font-size;
}
.logoBlock {
- display: block;
+ display: none;
}
}
Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Sun May 3 13:13:39
2020
@@ -1,3 +1,7 @@
+
+/******* NO LONGER USED. SEE main.less/main.css INSTEAD *******/
+
+
body {
color: #333333;
font-family: Arial,sans-serif;
/*verdana,kalimati,arial,helvetica,sans-serif;*/