src/widgets/Polemic.css
changeset 944 8a6c9e3d0158
parent 882 61c384dda19e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/widgets/Polemic.css	Thu Aug 30 13:16:33 2012 +0200
@@ -0,0 +1,22 @@
+/*
+ * Polemic Widget CSS
+ */
+
+.Ldt-Polemic {
+    border-style: solid none; border-color: #cccccc; border-width: 1px;
+}
+
+.Ldt-Polemic-Position {
+    background: #fc00ff;
+    position: absolute;
+    top: 0;
+    left: 0;
+    margin-left: -1px;
+    width: 2px;
+    height: 100%;
+}
+
+.Ldt-Polemic-TweetDiv {
+    position: absolute;
+}
+