]> Pileus Git - ~andy/gtk/commitdiff
[broadway] Fix css typo
authorAlexander Larsson <alexl@redhat.com>
Mon, 11 Apr 2011 08:43:09 +0000 (10:43 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 11 Apr 2011 10:09:43 +0000 (12:09 +0200)
rgb takes 3 params, rgba takes four.

gdk/broadway/client.html

index 1f54d068b500f7c2b0e1c202200736d3782f9f17..14e61e57700b850b0657cddd3c54959f793f1d1d 100644 (file)
@@ -19,7 +19,7 @@
 .frame-contents {
     border-radius: 3px;
     -moz-border-radius: 3px;
-    border: 1px solid rgba(0, 0, 0);
+    border: 1px solid rgb(0, 0, 0);
     clear: both;
     position: relative;
 }