summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}