The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
132 B

  1. ul.tags {
  2. list-style-type: none;
  3. }
  4. ul.tags li {
  5. padding-left: .5em;
  6. padding-right: .5em;
  7. display: inline-block;
  8. }