| author | cavaliet |
| Tue, 22 Oct 2013 18:47:38 +0200 | |
| changeset 11 | 75419dc974b1 |
| parent 0 | 7f8907368bd5 |
| permissions | -rwxr-xr-x |
| 0 | 1 |
/* |
2 |
* Polemic Widget CSS |
|
3 |
*/ |
|
4 |
||
5 |
.Ldt-Polemic { |
|
6 |
border-style: solid none; border-color: #cccccc; border-width: 1px; |
|
7 |
} |
|
8 |
||
9 |
.Ldt-Polemic-Position { |
|
10 |
background: #fc00ff; |
|
11 |
position: absolute; |
|
12 |
top: 0; |
|
13 |
left: 0; |
|
14 |
margin-left: -1px; |
|
15 |
width: 2px; |
|
16 |
height: 100%; |
|
17 |
} |
|
18 |
||
19 |
.Ldt-Polemic-TweetDiv { |
|
20 |
position: absolute; |
|
21 |
} |
|
22 |