aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/chrome.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r--views/default/css/elements/chrome.php4
1 files changed, 3 insertions, 1 deletions
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 {