SHOW:
|
|
- or go back to the newest paste.
1 | - | #main.col-left{width:620px;background:pink;} |
1 | + | #main.col-left{width:620px;} |
2 | #sidebar{width:320px;} | |
3 | .post.not-found { width: 560px; } | |
4 | .post .middle { width: 379px;} | |
5 | .post.page { width: 559px;} | |
6 | #comments { width: 600px;} | |
7 | #comments .comment .comment-container .comment-content { width: 459px;} | |
8 | #comments .comment.depth-2 .comment-content { width: 434px; } | |
9 | #comments .comment.depth-3 .comment-content { width: 409px; } | |
10 | #comments .comment.depth-4 .comment-content { width: 384px; } | |
11 | #comments .comment.depth-5 .comment-content { width: 334px; } | |
12 | #comments .comment.depth-6 .comment-content { width: 309px; } | |
13 | #comments .comment.depth-7 .comment-content { width: 284px; } | |
14 | #comments .comment #commentform input.txt, #comments .comment #commentform textarea { width: 395px!important; } | |
15 | #comments .comment.depth-2 #commentform input.txt, #comments .comment.depth-2 #commentform textarea { width: 370px!important; } | |
16 | #comments .comment.depth-3 #commentform input.txt, #comments .comment.depth-3 #commentform textarea { width: 345px!important; } | |
17 | #comments .comment.depth-4 #commentform input.txt, #comments .comment.depth-4 #commentform textarea { width: 320px!important; } | |
18 | #comments .comment.depth-5 #commentform input.txt, #comments .comment.depth-5 #commentform textarea { width: 295px!important; } | |
19 | #comments .comment.depth-6 #commentform input.txt, #comments .comment.depth-6 #commentform textarea { width: 270px!important; } | |
20 | #comments .comment.depth-7 #commentform input.txt, #comments .comment.depth-7 #commentform textarea { width: 245px!important; } | |
21 | ||
22 | ||
23 |