src/widgets/Polemic.css
changeset 944 8a6c9e3d0158
parent 882 61c384dda19e
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     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