summaryrefslogtreecommitdiffstats
path: root/stylesheets/basis.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/basis.css')
-rw-r--r--stylesheets/basis.css8
1 files changed, 8 insertions, 0 deletions
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;
+}