summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-19 07:03:31 +0000
committerLars Wirzenius <liw@liw.fi>2021-01-19 07:03:31 +0000
commitc6267edc8b98ad1ce7c94bcb037d44598f23298e (patch)
tree15804e415b089df7d0a81cc76200332356d02d46
parent714146b3242dd0491b39c52d80dda5714447d5e0 (diff)
parent3f3bd918fae912c0bf5a965303b7d499e2f9768a (diff)
downloadobnam.org-c6267edc8b98ad1ce7c94bcb037d44598f23298e.tar.gz
Merge branch 'feedbuttons' into 'main'
Feedbuttons See merge request larswirzenius/obnam.org!20
-rw-r--r--roadmap.mdwn2
-rw-r--r--style.css20
2 files changed, 22 insertions, 0 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index e7b34f0..9d77f47 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -27,9 +27,11 @@ letsencrypt:
configfile:
label: "There's an easy way to specify the default config file should be used"
+ status: finished
summary:
label: "'obnam backup' writes a summary of the backup run"
+ status: finished
geninfo:
label: "Obnam can show information about a generation"
diff --git a/style.css b/style.css
index c6bd649..5dc85a3 100644
--- a/style.css
+++ b/style.css
@@ -88,3 +88,23 @@ div.sidebar {
span.archivepagedate {
font-family: monospace;
}
+
+/* orange feed button */
+.feedbutton {
+ background: #ff6600;
+ color: white !important;
+ border-left: 1px solid #cc9966;
+ border-top: 1px solid #ccaa99;
+ border-right: 1px solid #993300;
+ border-bottom: 1px solid #331100;
+ padding: 0px 0.5em 0px 0.5em;
+ font-family: sans-serif;
+ font-weight: bold;
+ font-size: small;
+ text-decoration: none;
+ margin-top: 1em;
+}
+.feedbutton:hover {
+ color: white !important;
+ background: #ff9900;
+}