Author: sjur
Date: Wed Jul  6 07:35:16 2016
New Revision: 1751613

URL: http://svn.apache.org/viewvc?rev=1751613&view=rev
Log:
Make the fleece skin obey header formatting specifications from skinconf.xsl, 
colours suitable for bootstrap.

Modified:
    forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751613&r1=1751612&r2=1751613&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
07:35:16 2016
@@ -542,15 +542,16 @@ acronym {
 }
 
 .boxed {
-/*    background-color: #a5b6c6;*/
+    background-color: #E7E7E7;
+    box-shadow: 0 0 0.4em #E7E7E7;
 }
 
 .underlined_5 {
-/*    border-bottom: solid 5px #4C6C8F;*/
+    border-bottom: solid 5px #E7E7E7;
 }
 
 .underlined_10 {
-/*    border-bottom: solid 10px #4C6C8F;*/
+    border-bottom: solid 10px #E7E7E7;
 }
 
 /* ==================== snail trail ============================ */