You are here

content_profile.css in Content Profile 6

@CHARSET "UTF-8";

div.content-profile-display {
  border: 1px solid #DDD;
  margin: 1em 0em;
  padding: 0em 1em 1em 1em;
}

ul.content-profile {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
}

ul.content-profile li {
  display: inline;
  padding: 0 2em;
  border-right: 1px solid #ccc;
  position: relative;
  left: -1em;
  background: none;
}

File

content_profile.css
View source
  1. @CHARSET "UTF-8";
  2. div.content-profile-display {
  3. border: 1px solid #DDD;
  4. margin: 1em 0em;
  5. padding: 0em 1em 1em 1em;
  6. }
  7. ul.content-profile {
  8. border-bottom: 1px solid #bbb;
  9. padding: 0.5em 1em;
  10. }
  11. ul.content-profile li {
  12. display: inline;
  13. padding: 0 2em;
  14. border-right: 1px solid #ccc;
  15. position: relative;
  16. left: -1em;
  17. background: none;
  18. }