openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8bfe47fbb44fcd5553fa5df50e357a9b4f24db38
parent 8e0a535297cfc4d884d232118c0a06a6f4db85da
Author: dankert <devnull@localhost>
Date:   Thu, 18 Mar 2010 00:13:56 +0100

Ecken abrunden

Diffstat:
themes/default/css/blue.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/blue.css b/themes/default/css/blue.css @@ -286,6 +286,9 @@ td.motd table.main { + -moz-border-radius: 5px; + -khtml-border-radius: 5px; + border-radius: 10px; border:3px solid gray; background-color:white; } @@ -486,6 +489,8 @@ table.notice { border:1px solid black; border-spacing:0px; + -moz-border-radius:10px; + -khtml-border-radius:10px; } table.notice th {