[planet-web] [pgo] Fix border radius on webkit for the feedlist
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web] [pgo] Fix border radius on webkit for the feedlist
- Date: Wed, 6 Apr 2011 16:11:19 +0000 (UTC)
commit 6af28ec3d59de9e33aad3b34c38f720fc7275fe2
Author: Alberto Ruiz <aruiz gnome org>
Date: Wed Apr 6 17:11:01 2011 +0100
[pgo] Fix border radius on webkit for the feedlist
web/nlayout.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/web/nlayout.css b/web/nlayout.css
index 6ba2244..fe57055 100644
--- a/web/nlayout.css
+++ b/web/nlayout.css
@@ -231,8 +231,10 @@ div.breadcrumb {
column-gap: 1em;
-moz-column-count: 4;
-moz-column-gap: 1em;
+ -webkit-border-radius: 1em;
-webkit-column-count: 4;
-webkit-column-gap: 1em;
+ border-radius: 1em 1em 1em 1em;
}
#feedlist ul {
margin: 0px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]