Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P467
docbook.css: fix color for <githash> tags
Active
Public
Actions
Authored by
gjb
on Dec 22 2020, 7:05 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
git diff share/misc/docbook.css
diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index c4029cf975..38e7bf476e 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -265,6 +265,10 @@ html {
color: #007a00;
}
+.gitref {
+ color: #007a00;
+}
+
.guimenu, .guimenuitem, .guisubmenu,
.guilabel, .interface,
.shortcut, .shortcut .keycap {
Event Timeline
gjb
created this paste.
Dec 22 2020, 7:05 PM
2020-12-22 19:05:10 (UTC+0)
gjb
created this object in space
S1 Global
.
gjb
mentioned this in
D27703: Add infrastructure for links to Git commits.
.
Dec 22 2020, 7:07 PM
2020-12-22 19:07:41 (UTC+0)
gjb
changed the edit policy from "All Users" to "
gjb (Glen Barber)
".
Log In to Comment