]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.factorcode: update css
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Aug 2023 19:27:49 +0000 (12:27 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Aug 2023 19:27:49 +0000 (12:27 -0700)
extra/websites/factorcode/bg_header.jpg [deleted file]
extra/websites/factorcode/master.css

diff --git a/extra/websites/factorcode/bg_header.jpg b/extra/websites/factorcode/bg_header.jpg
deleted file mode 100644 (file)
index 10dbd74..0000000
Binary files a/extra/websites/factorcode/bg_header.jpg and /dev/null differ
index 730b09d1b7e73769ff9b457fbc1ac02af4805cd1..48834ace6bdd1da959fbbf7e87a8c10f81af3ecd 100644 (file)
@@ -49,7 +49,7 @@ li {
 }
 
 .downloads {
-    width: 520px;
+    width: min(520px, 100%);
     padding: 0;
     margin: 0;
     white-space: nowrap;
@@ -58,19 +58,26 @@ li {
 .downloads th {
     color: #4f6b72;
     border: 1px solid #C1DAD7;
-    border-left: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-size: smaller;
     padding: 6px;
-    background: #CAE8EA url(bg_header.jpg) no-repeat;
+    background-color: #CAE8EA;
+    background-image: linear-gradient(#DBEFEE, #C9E7E9);
     text-align: center;
     vertical-align: center;
 }
 
-.downloads th.nobg {
-    border: 0;
+.downloads td:last-child {
     border-right: 1px solid #C1DAD7;
+}
+
+.downloads tr:last-child {
+    border-bottom: 1px solid #C1DAD7;
+}
+
+.downloads th.nobg {
+    border: none;
     background: none;
 }