You are here

footermap.css in footermap: a footer site map 7

Same filename and directory in other branches
  1. 5.2 footermap.css
  2. 5 footermap.css
  3. 6 footermap.css
div.footermap 
{
  height: 100%;
  display: inline;
  margin: 0 auto;
  text-align: center;
}

div.footermap-col
{
  float: left;
  margin: 0 0 0 20px;
}

li.footermap-item {
  float: none;
  display: block;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 0 0 5px;
  padding: 0px;
}

File

footermap.css
View source
  1. div.footermap
  2. {
  3. height: 100%;
  4. display: inline;
  5. margin: 0 auto;
  6. text-align: center;
  7. }
  8. div.footermap-col
  9. {
  10. float: left;
  11. margin: 0 0 0 20px;
  12. }
  13. li.footermap-item {
  14. float: none;
  15. display: block;
  16. list-style-type: none;
  17. list-style-position: inside;
  18. list-style-image: none;
  19. margin: 0 0 5px;
  20. padding: 0px;
  21. }