Created
January 9, 2009 04:27
-
-
Save stilist/45020 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6ba25f0fe838a06cc5ff29b93b8a2759ca82bdd7 Mon Sep 17 00:00:00 2001 | |
From: stilist <[email protected]> | |
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