[rig3] r437 committed - Template: Fix broken rounded borders on Chrome

2 views
Skip to first unread message

ri...@googlecode.com

unread,
Feb 15, 2010, 1:55:51 PM2/15/10
to rig3-d...@googlegroups.com
Revision: 437
Author: ralfoide
Date: Mon Feb 15 10:55:36 2010
Log: Template: Fix broken rounded borders on Chrome
http://code.google.com/p/rig3/source/detail?r=437

Modified:
/trunk/rig3serv/misc/TaskList.txt
/trunk/rig3serv/src/rig/version.py
/trunk/rig3serv/templates/default/media/style.css

=======================================
--- /trunk/rig3serv/misc/TaskList.txt Sat Feb 13 22:51:03 2010
+++ /trunk/rig3serv/misc/TaskList.txt Mon Feb 15 10:55:36 2010
@@ -1,5 +1,7 @@
---- TODO ----

+20100215 Template: Fix broken borders on IE7 (IE8?)
+
20091129 Engine: Comment support (using Google Social?)
20091130 Engine: num_item configurable by category, e.g. = default cat=N
cat=N
20091130 Engine: Merge patch from MM to auto link pix in sub-folders
@@ -36,6 +38,8 @@

---- Done Version 0.4 ----

+20100215 Template: Fix broken rounded borders on Chrome
+
20100213 Template: Experiment with per-post sharing links for FB,
Reader/Buzz, Twitter.
20100211 Izu: Youtube tag

=======================================
--- /trunk/rig3serv/src/rig/version.py Sat Feb 13 23:14:18 2010
+++ /trunk/rig3serv/src/rig/version.py Mon Feb 15 10:55:36 2010
@@ -13,7 +13,7 @@
To enable substitutions, do something like this:
$ svn propset svn:keywords "Date Author Revision HeadURL Id" version.py

------
+----

Part of Rig3.
Copyright (C) 2007-2009 ralfoide gmail com
=======================================
--- /trunk/rig3serv/templates/default/media/style.css Sat Aug 30 15:46:44
2008
+++ /trunk/rig3serv/templates/default/media/style.css Mon Feb 15 10:55:36
2010
@@ -48,7 +48,7 @@

/* Blog entry rectangle */
.entry {
- padding-bottom: 1em;
+ padding-bottom: 1em;
}

.entry table.deco {
@@ -62,11 +62,15 @@
background-color: green;
border-top: 2px solid #ACA;
border-left: 2px solid #8C8;
- -moz-border-radius-topleft: 10px;
+ border-radius-topleft: 10px;
}

.entry table.deco td.left-top {
- border-radius-topleft: 10px;
+ -webkit-border-top-left-radius: 10px;
+}
+
+.entry table.deco td.left-top {
+ -moz-border-radius-topleft: 10px;
}

.entry table.deco td.left-bottom {
@@ -75,22 +79,35 @@
border-left: 2px solid #8C8;
border-bottom: 2px solid #050;
border-right: 2px solid #050;
- -moz-border-radius-bottomleft: 10px;
+ border-radius-bottomleft: 10px;
}

.entry table.deco td.left-bottom {
- border-radius-bottomleft: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+}
+
+.entry table.deco td.left-bottom {
+ -moz-border-radius-bottomleft: 10px;
}

.entry table.deco td.right-bottom {
border-bottom: 1px solid #050;
border-right: 1px solid #050;
+ border-radius-bottomright: 10px;
+}
+
+.entry table.deco td.right-bottom {
+ -webkit-border-bottom-right-radius: 10px;
+}
+
+.entry table.deco td.right-bottom {
-moz-border-radius-bottomright: 10px;
}

+/* Blog item title rectangle */
.entry .title {
background-color: green;
- color: yellow;
+ color: yellow;
font-size: 1.2em;
font-weight: bold;

@@ -103,12 +120,15 @@
border-top: 2px solid #ACA;
border-bottom: 2px solid #050;

- -moz-border-radius-topright: 10px;
+ border-radius-topright: 10px;
}

-/* Blog item title rectangle */
.entry .title {
- border-radius-topright: 10px;
+ -webkit-border-top-right-radius: 10px;
+}
+
+.entry .title {
+ -moz-border-radius-topright: 10px;
}

.entry .title a:link {

Reply all
Reply to author
Forward
0 new messages