summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-03 14:06:45 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-03 14:06:45 +0100
commitf7168d75b60c4d36083529d1c465f58d14a48c03 (patch)
tree1aa08f9703f952878c50c0ca16d69fb2e121c50d /templates
parent58250a20d77ae7ea9136cd46b33719a5a3774f84 (diff)
downloadcataract-f7168d75b60c4d36083529d1c465f58d14a48c03.tar.xz
Rounded rectangle corners in WebKit
Diffstat (limited to 'templates')
-rw-r--r--templates/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css
index 46ffde8..052b658 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -183,6 +183,7 @@ div.bigthumbnails a {
margin: 1px; /* Needs to be changed below in div.bigthumbnails a:hover */
border: 1px solid #6b6c69;
-moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
}
div.bigthumbnails a:hover {
@@ -293,6 +294,7 @@ div.albumlist a {
border: 1px solid #6b6c69;
color: #babdb6;
-moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
}
div.albumlist img {