This Gist MOVED to a public repository: P2P Index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ul.tagit { | |
| padding: 1px 5px; | |
| overflow: auto; | |
| margin-left: inherit; /* usually we don't want the regular ul margins. */ | |
| margin-right: inherit; | |
| } | |
| ul.tagit li { | |
| display: block; | |
| float: left; | |
| margin: 2px 5px 2px 0; |
NewerOlder