From d3b5a8a53771dee9788608d1a30135ca0fa7c6aa Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 14 Mar 2011 21:50:34 +0000 Subject: Fixes #3109: added non-vendor-prefixed css property declarations where applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/chrome.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views/default/css/elements/chrome.php') diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index fd42f86ca..d9db124d6 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -63,8 +63,10 @@ blockquote { margin:0px 0 15px 0; background:#EBF5FF; border:none; + -webkit-border-radius: 4px; -moz-border-radius: 4px; + border-radius: 4px; } h2 { @@ -72,7 +74,7 @@ h2 { } .elgg-quiet { - color: #666666; + color: #666; } .elgg-loud { -- cgit v1.2.3