You are here

flickr_tags.css in Flickr 6

Same filename and directory in other branches
  1. 5 tags/flickr_tags.css
  2. 7 tags/flickr_tags.css
ul#flickr_taglist ul {
  padding: 0em;
}

ul#flickr_taglist ul li {
  display:inline;
  padding: 0em; 
  margin: 0em 1em 0em 0em;
  background: transparent none no-repeat fixed top;
}

ul#flickr_tagcloud {
  list-style: none;
  line-height: normal;
}

ul#flickr_tagcloud li {
  display: inline;
  background: transparent none no-repeat fixed top;
  padding: 0em;
  margin: 0em .1em 0em 0em;
}

File

tags/flickr_tags.css
View source
  1. ul#flickr_taglist ul {
  2. padding: 0em;
  3. }
  4. ul#flickr_taglist ul li {
  5. display:inline;
  6. padding: 0em;
  7. margin: 0em 1em 0em 0em;
  8. background: transparent none no-repeat fixed top;
  9. }
  10. ul#flickr_tagcloud {
  11. list-style: none;
  12. line-height: normal;
  13. }
  14. ul#flickr_tagcloud li {
  15. display: inline;
  16. background: transparent none no-repeat fixed top;
  17. padding: 0em;
  18. margin: 0em .1em 0em 0em;
  19. }