1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/new/css/simple_comments.css
2009-03-30 18:18:04 +00:00

7 lines
645 B
CSS

/* Comments without round corners */
.comment .content .tb { height: 7px; overflow: hidden; background: none; }
.comment .content .tl { height: 7px; background: none; }
.comment .content .tr { height: 7px; background: none; border-left: 1px solid #dddede; border-right: 1px solid #dddede; border-top: 1px solid #dddede; }
.comment .content .bb { height: 7px; overflow: hidden; background: none; margin-left: 0; }
.comment .content .bl { height: 7px; background: none; border-left: 1px solid #dddede; border-right: 1px solid #dddede; border-bottom: 1px solid #dddede; margin-bottom: 5px; }
.comment .content .br { height: 7px; background: none; }