openrat-cms

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

commit 5d9c7d44841609ab202df1afedbd1f38212bb4ac
parent e8f191345160940c548ae559b96d81b963ba7d38
Author: dankert <devnull@localhost>
Date:   Thu, 18 Mar 2010 10:25:42 +0100

Runde Ecken

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

diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -67,4 +67,12 @@ input.ok, div.cancel { color:black; + -moz-border-radius:10px; + -khtml-border-radius:10px; +} + +table.main +{ + -moz-border-radius:5px; + -khtml-border-radius:5px; }