add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / static / css / widget.css
index cd8e16b..6266988 100644 (file)
@@ -1,6 +1,9 @@
 #wl {
 background-color: white;
 }
+#wl a, a:visited, a:hover {
+border: 0;
+}
 #wl img {
 border: 0;
 }
@@ -44,3 +47,8 @@ width: 160px;
 cursor: pointer;
 display:block;
 }
+
+.ui-corner-all a{
+    color: black;
+    text-decoration: none;
+}