summaryrefslogtreecommitdiffstats
path: root/userContent/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'userContent/static/style.css')
-rw-r--r--userContent/static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 5c560efc..4b69e7f5 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -154,6 +154,16 @@ tr:nth-child(odd) {
background-color: #fafafa;
}
+a.bug-patch:after {
+ content: "p";
+ color: red;
+ font-weight: bold;
+}
+
+a.bug-done {
+ text-decoration: line-through;
+}
+
td, th {
text-align: left;
padding: 0.25em 0.5em;