summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-04-24 11:22:30 +0200
committerYorhel <git@yorhel.nl>2022-04-24 11:22:30 +0200
commitb50b6ffb33557a36a0980bb2184cdb3727fb30ec (patch)
tree34d02b69c593a4a3b9679131619ec338e5446951
parenta654811dafd2e4b6cb0cbc2207a152fc0ab1030b (diff)
CSS: Not that narrow, the class is also used for tags/traits/staff/prod/release descriptions
-rw-r--r--css/v2.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/v2.css b/css/v2.css
index 87bd7c81..cf29ab39 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -128,7 +128,7 @@ b.grayedout { font-weight: normal }
i.grayedout { font-style: normal }
.underline { text-decoration: underline }
#maincontent h2 b { font: 13px "Tahoma", "Arial", sans-serif; font-weight: normal; }
-p.description, div.description { margin: 10px auto!important; max-width: 500px; }
+p.description, div.description { margin: 10px auto!important; max-width: 800px; }
b.done { font-weight: normal; color: $statok }
b.todo { font-weight: normal; color: $statnok }
b.neutral { font-weight: normal }