From 334bd19f32b6a461435ce90c6ace2c81f709d76e Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Tue, 26 Jun 2012 11:36:46 -0400 Subject: [PATCH] Some renaming and add CSS snippets. --- .gitignore | 1 + standard-css/README.md | 4 ++++ standard-css/snippet.html | 4 ++++ {standard_js => standard-js}/README.md | 0 {standard_js => standard-js}/script.js | 0 startpage-v2-css/README.md | 4 ++++ startpage-v2-css/snippet.html | 19 +++++++++++++++++++ 7 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 standard-css/README.md create mode 100644 standard-css/snippet.html rename {standard_js => standard-js}/README.md (100%) rename {standard_js => standard-js}/script.js (100%) create mode 100644 startpage-v2-css/README.md create mode 100644 startpage-v2-css/snippet.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/standard-css/README.md b/standard-css/README.md new file mode 100644 index 0000000..1ed1b89 --- /dev/null +++ b/standard-css/README.md @@ -0,0 +1,4 @@ +# Standard CSS Snippet + +This snippet is delivered to all users and defines basic styling for all +snippets. \ No newline at end of file diff --git a/standard-css/snippet.html b/standard-css/snippet.html new file mode 100644 index 0000000..ff38605 --- /dev/null +++ b/standard-css/snippet.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/standard_js/README.md b/standard-js/README.md similarity index 100% rename from standard_js/README.md rename to standard-js/README.md diff --git a/standard_js/script.js b/standard-js/script.js similarity index 100% rename from standard_js/script.js rename to standard-js/script.js diff --git a/startpage-v2-css/README.md b/startpage-v2-css/README.md new file mode 100644 index 0000000..ff6bfa5 --- /dev/null +++ b/startpage-v2-css/README.md @@ -0,0 +1,4 @@ +# CSS Snippet v2 + +This snippet is delivered to all users on version 2 of the about:home page, +which uses a new style for snippets and requires some extra styling. \ No newline at end of file diff --git a/startpage-v2-css/snippet.html b/startpage-v2-css/snippet.html new file mode 100644 index 0000000..1a3d546 --- /dev/null +++ b/startpage-v2-css/snippet.html @@ -0,0 +1,19 @@ + \ No newline at end of file