]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ExtendedProfile/profiledetail.css
- Fix table name; add comments
[quix0rs-gnu-social.git] / plugins / ExtendedProfile / profiledetail.css
1 /* Note the #content is only needed to override weird crap in default styles */
2
3 #content table.extended-profile {
4     width: 100%;
5     border-collapse: separate;
6     border-spacing: 8px;
7 }
8 #content table.extended-profile th {
9     color: #777;
10     background-color: #eee;
11     width: 150px;
12
13     padding-top: 0; /* override bizarre theme defaults */
14
15     text-align: right;
16     padding-right: 8px;
17 }
18 #content table.extended-profile td {
19     padding: 0; /* override bizarre theme defaults */
20
21     padding-left: 8px;
22 }