Round corners for .ics

Monotone-Parent: e5e46473685093f9076981f90edbe581992247e7
Monotone-Revision: efd2971c30fdf12f7c60edbe1950e3bc6b3e4398

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-28T12:55:30
This commit is contained in:
Francis Lachapelle
2012-08-28 12:55:30 +00:00
parent da6b5696a0
commit 246bae6cc4
+7
View File
@@ -604,6 +604,13 @@ DIV.linked_attachment_frame
/*background: #F0F0F0;*/
}
DIV.linked_attachment_frame fieldset
{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
DIV.linked_attachment_frame.file
{ display: inline;
clear: none;