commit d154d7ed7f726a15ebce832d0e976eb60ca51048
parent f42ded42c6340fb7074036a8b2052dc371c9e035
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 17 Apr 2013 01:42:11 -0400
Remove -moz-border-radius (supplanted by border-radius)
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/chrome/skin/default/zotero/integration.css b/chrome/skin/default/zotero/integration.css
@@ -107,7 +107,6 @@
}
.quick-format-bubble {
- -moz-border-radius: 8px;
border-radius: 8px;
background-color: #dee7f8;
border-style: solid;
@@ -124,7 +123,6 @@
}
.quick-format-bubble[selected="true"] {
- -moz-border-radius: 8px !important;
border-radius: 8px !important;
background-color: #598bec;
color: #fff;
diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css
@@ -179,7 +179,6 @@ label.zotero-text-link {
.zotero-clicky
{
- -moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid transparent;
}