Skip to content

Instantly share code, notes, and snippets.

@stilist
Created January 9, 2009 04:27
Show Gist options
  • Save stilist/45020 to your computer and use it in GitHub Desktop.
Save stilist/45020 to your computer and use it in GitHub Desktop.
From 6ba25f0fe838a06cc5ff29b93b8a2759ca82bdd7 Mon Sep 17 00:00:00 2001
From: stilist <stilist+git@gmail.com>
Date: Thu, 8 Jan 2009 23:19:31 -0500
Subject: [PATCH] test
---
goof.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 goof.css
diff --git a/goof.css b/goof.css
new file mode 100644
index 0000000..79e99ad
--- /dev/null
+++ b/goof.css
@@ -0,0 +1,4 @@
+* {
+ margin: 0;
+ padding: 0;
+}
--
1.6.0.2+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment