git.cweiske.de
/
ouya-store-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6022d68
)
Fix monospaced display
master
github/master
author
Christian Weiske
<cweiske@cweiske.de>
Wed, 29 Oct 2025 18:17:31 +0000
(19:17 +0100)
committer
Christian Weiske
<cweiske@cweiske.de>
Wed, 29 Oct 2025 18:17:31 +0000
(19:17 +0100)
styles.css
patch
|
blob
|
history
diff --git
a/styles.css
b/styles.css
index 2860ace07baaa2271d2c810a0132b2ae60d3c5f0..ecb08d82093a2e0bcb8f644de69487c1b2170c81 100644
(file)
--- a/
styles.css
+++ b/
styles.css
@@
-22,4
+22,8
@@
h2 {
dd {
margin-left: 3ex;
dd {
margin-left: 3ex;
-}
\ No newline at end of file
+}
+
+span.literal {
+ font-family: monospace;
+}