projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2bff01
)
style: Add some basic support for a bulleted list.
author
Carl Worth
<cworth@cworth.org>
Sun, 17 May 2020 22:02:07 +0000
(15:02 -0700)
committer
Carl Worth
<cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000
(06:43 -0700)
It's somewhat surprising that the reset.css even removes all bullets
from list items, but there you have it.
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 9f922b61b6436a4621a601dc2b0791f615ee5494..cde3def414e75204b963458144d7c1257c0509a6 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-53,6
+53,12
@@
p,dl,dd {
margin-bottom: 1em;
}
+ul li {
+ margin-left: 1em;
+ list-style-type: disc;
+ margin-bottom: 0.5em;
+}
+
/*\
|*|
|*| Overall page layout