blob: a19c7989c3e2391f7d7e58a12b220096fbf4514f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
body #comments {
background-color: white;
clear: both;
float: left;
overflow: hidden;
border-top: 8px solid #f6f6f6;
padding: 15px 20px;
width: 610px; }
a[href^="https:"] {
text-decoration: underline; }
|