[gnome3-web] Add border radius for webkit and css3 browsers.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome3-web] Add border radius for webkit and css3 browsers.
- Date: Tue, 8 Feb 2011 19:36:50 +0000 (UTC)
commit c186227dcb2c82b7987d52307ea92c66a692be88
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Feb 8 20:36:26 2011 +0100
Add border radius for webkit and css3 browsers.
css/gnome3.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/css/gnome3.css b/css/gnome3.css
index 22a483f..834eefc 100644
--- a/css/gnome3.css
+++ b/css/gnome3.css
@@ -39,6 +39,8 @@ a.faq {
padding: 10px 20px;
background-color: #f57900;
-moz-border-radius: 7px;
+ border-radius: 7px;
+ -webkit-border-radius: 7px;
color: #fff;
text-decoration: none;
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]