From 04a779d17e46442608a603251c18d86b1934ad20 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 5 Oct 2010 13:56:28 +0200 Subject: [PATCH] fix for chrome (its a really fast and amazing browser) --- frontend/stylesheets/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/stylesheets/style.css b/frontend/stylesheets/style.css index 21097fc..1b8108e 100644 --- a/frontend/stylesheets/style.css +++ b/frontend/stylesheets/style.css @@ -26,9 +26,11 @@ tbody tr td { margin: 50px auto 20px; width: 800px; padding: 10px; - -moz-border-radius: 10px; background-color: white; border: 1px solid black; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; } #plot { @@ -56,6 +58,8 @@ tbody tr td { #accordion { background-color: lightgrey; -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } #accordion h3 { @@ -66,6 +70,8 @@ tbody tr td { cursor: pointer; font-size: 0.9em; -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } #accordion div {