openrat-cms

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

commit 72d9cc2a34e03d1e7acf6daa5dfee231359ec327
parent 45bf88a3ccc0784ffc623377ccb47cebffd8514a
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2004 23:49:25 +0100

Rahmen fuer <form>-Tag reduziert

Diffstat:
themes/default/css/default.css | 8++++++++
themes/default/css/moorweide.css | 7+++++++
themes/default/css/oldenburg.css | 5+++++
3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -126,6 +126,14 @@ body.title { background-color:#cac2a6; } + +form +{ + margin:0px; + padding:0px; +} + + pre{ font-family:Courier;font-size:13px; } small { diff --git a/themes/default/css/moorweide.css b/themes/default/css/moorweide.css @@ -117,6 +117,13 @@ body.title margin:0px; } + +form +{ + margin:0px; + padding:0px; +} + pre { font-family:Courier; diff --git a/themes/default/css/oldenburg.css b/themes/default/css/oldenburg.css @@ -138,6 +138,11 @@ body.title color:black; } +form +{ + margin:0px; + padding:0px; +} pre {