From 15ef06a1a07757c8f7590784438b82a873fbdc02 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Oct 2008 16:32:55 +0200 Subject: Initialer Import. --- stylesheets/basis.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stylesheets/basis.css (limited to 'stylesheets/basis.css') diff --git a/stylesheets/basis.css b/stylesheets/basis.css new file mode 100644 index 0000000..90b9594 --- /dev/null +++ b/stylesheets/basis.css @@ -0,0 +1,8 @@ +/* Basis-Stylesheet to cut out the Browser-Stylesheet */ + +* +{ + margin: 0; + padding: 0; + text-decoration: none; +} -- cgit v1.2.3