1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 03:21:09 +12:00

minor css

This commit is contained in:
gorhill 2015-05-13 18:14:08 -04:00
parent 02760abbf0
commit 446b5a0a81
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ ul#lists {
padding: 0; padding: 0;
} }
li.listEntry { li.listEntry {
font-size: 14px;
margin: 0 auto 0 auto; margin: 0 auto 0 auto;
padding: 0.2em 0; padding: 0.2em 0;
} }

View file

@ -17,7 +17,7 @@ ul {
list-style-type: none; list-style-type: none;
} }
ul > li { ul > li {
margin: 0 0 0 1em; margin: 0.5em 0;
} }
.dim { .dim {
font-weight: 100; font-weight: 100;