Prettied up list bullets.

master
Pacman Ghost 4 years ago
parent 73ab349a78
commit 9d02ee2dcc
  1. BIN
      web/public/images/bullet.png
  2. BIN
      web/public/images/bullet2.png
  3. 2
      web/src/index.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

@ -8,6 +8,8 @@ body {
}
ul, ol { margin: 0 0 0 1.25em ; }
ul { list-style-image: url("/images/bullet.png") }
ul ul, ol ul { list-style-image: url("/images/bullet2.png") }
input[type="text"] { height: 22px ; border: 1px solid #c5c5c5 ; padding: 2px 5px ; }
label { height: 1.25em ; margin-top: -3px ; }
textarea { padding: 2px 5px ; resize: vertical ; }

Loading…
Cancel
Save