mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
310B

  1. // reset
  2. body,h1,h2,h3,h4,h5,h6,ul {
  3. // margin:0;
  4. // padding:0;
  5. }
  6. .content_element_page.wall {
  7. a.content_element_box {
  8. float: left;
  9. }
  10. &:after {
  11. content:"";
  12. display: block;
  13. clear: both;
  14. }
  15. div.content_element_box {
  16. height:100px;
  17. }
  18. }