|
1234567891011121314151617181920212223 |
- // reset
- body,h1,h2,h3,h4,h5,h6,ul {
- // margin:0;
- // padding:0;
- }
-
-
-
-
- .content_element_page.wall {
-
- a.content_element_box {
- float: left;
- }
- &:after {
- content:"";
- display: block;
- clear: both;
- }
- div.content_element_box {
- height:100px;
- }
- }
|