You are here

recipe_category_index.css in Recipe 6

/*
 */

/* Headers for "Categories" and "Recipes..." sections */
.recipe_index_category_list {
  font-weight: bold;
  float: left;
  width: 40%;
}
.recipe_index_category_parents {
  font-weight: bold;
  font-size: 100%;
  margin:0;padding:0;
  margin-bottom: 20px;
}
.recipe_index_category_children {
  font-weight: bold;
  font-size: 90%;
  margin:0;padding:0;
}
.recipe_index_category_list ul {
  margin-left: 10px;
}
.recipe_index_category_list .content {
  margin-top: 10px;
}



.recipe_index_node_lists {
  font-weight: bold;
  float: left;
  width: 58%;
}
.recipe_index_node_lists .box ul {
  margin-left: 10px;
}
.recipe_index_node_lists .box .item-list {
  margin-top: 10px;
}

File

recipe_category_index.css
View source
  1. /*
  2. */
  3. /* Headers for "Categories" and "Recipes..." sections */
  4. .recipe_index_category_list {
  5. font-weight: bold;
  6. float: left;
  7. width: 40%;
  8. }
  9. .recipe_index_category_parents {
  10. font-weight: bold;
  11. font-size: 100%;
  12. margin:0;padding:0;
  13. margin-bottom: 20px;
  14. }
  15. .recipe_index_category_children {
  16. font-weight: bold;
  17. font-size: 90%;
  18. margin:0;padding:0;
  19. }
  20. .recipe_index_category_list ul {
  21. margin-left: 10px;
  22. }
  23. .recipe_index_category_list .content {
  24. margin-top: 10px;
  25. }
  26. .recipe_index_node_lists {
  27. font-weight: bold;
  28. float: left;
  29. width: 58%;
  30. }
  31. .recipe_index_node_lists .box ul {
  32. margin-left: 10px;
  33. }
  34. .recipe_index_node_lists .box .item-list {
  35. margin-top: 10px;
  36. }