]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.concatenative: navbar background.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 3 Mar 2020 01:01:01 +0000 (17:01 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 3 Mar 2020 01:01:01 +0000 (17:01 -0800)
basis/help/html/stylesheet.css
extra/webapps/help/search.xml
extra/webapps/wiki/wiki.css
extra/websites/concatenative/page.css

index bcd54ba9d36667fcc0f33ffa187a4663216c32f4..6702245b645d61df0b51d71a1553ed038fc2a94e 100644 (file)
@@ -43,6 +43,7 @@ tr:hover {
     padding-bottom: 10px;
     line-height: 150%;
     border-bottom: 1px solid #ccc;
+    background-color: #f5f5f5;
 }
 
 .navbar a {
index f4f79b68260394f4fb005fa3e54076dba69f19d7..e2eef7919a6a79e5e9dc076f9edc6b1fd88c18cb 100644 (file)
@@ -45,6 +45,7 @@
                 padding-bottom: 10px;
                 line-height: 150%;
                 border-bottom: 1px solid #ccc;
+                background-color: #f5f5f5;
             }
 
             .navbar a {
@@ -57,7 +58,7 @@
 
             h2 {
                 padding: 10px;
-                background-color: #f5f5f5;
+                background-color: #f3f2ea;
                 color: #222;
             }
 
index e706039fefa44763c1aca03163a6c498c2edbfab..c306a88da13e6351d3319d9e4d407f9ebba50f6d 100644 (file)
@@ -72,7 +72,6 @@
     margin-right: -15px;
     margin-bottom: -15px;
     border-top: 1px solid #ccc;
-    border-bottom: none;
 }
 
 .description {
index 5c56030426bc4c402502fe737710bb35e00e600d..bb6d5ffc685ed27ec80348bf0a6d902e1bf75194 100644 (file)
@@ -63,6 +63,7 @@ a:hover, .link:hover { text-decoration: underline; }
     padding-bottom: 10px;
     line-height: 150%;
     border-bottom: 1px solid #ccc;
+    background-color: #f5f5f5;
 }
 
 .navbar a, .navbar .link {